mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-07 07:56:30 +02:00
Colours passed to thread need to be numeric, not strings.
This commit is contained in:
@@ -98,7 +98,7 @@ module heater_block(type, naked = false, resistor_wire_rotate = [0,0,0]) {
|
||||
|
||||
module bowden_connector(cap_colour = grey(20)) {
|
||||
ir = 4.25 / 2;
|
||||
body_colour = "silver";
|
||||
body_colour = silver;
|
||||
|
||||
color(body_colour) {
|
||||
translate_z(-4.5) {
|
||||
|
Reference in New Issue
Block a user