mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-09-09 14:40:44 +02:00
Fixed brass nut colour
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
//
|
||||
include <../core.scad>
|
||||
|
||||
microswitch_contact_color = "gold";
|
||||
microswitch_contact_color = brass;
|
||||
|
||||
function microswitch_thickness(type) = type[2]; //! Body thickness
|
||||
function microswitch_width(type) = type[3]; //! Body width
|
||||
|
Reference in New Issue
Block a user