Colours passed to thread need to be numeric, not strings.
This commit is contained in:
parent
e39ee1797d
commit
305d2146f2
|
@ -98,7 +98,7 @@ module heater_block(type, naked = false, resistor_wire_rotate = [0,0,0]) {
|
||||||
|
|
||||||
module bowden_connector(cap_colour = grey(20)) {
|
module bowden_connector(cap_colour = grey(20)) {
|
||||||
ir = 4.25 / 2;
|
ir = 4.25 / 2;
|
||||||
body_colour = "silver";
|
body_colour = silver;
|
||||||
|
|
||||||
color(body_colour) {
|
color(body_colour) {
|
||||||
translate_z(-4.5) {
|
translate_z(-4.5) {
|
||||||
|
|
Loading…
Reference in New Issue