Colours passed to thread need to be numeric, not strings.

This commit is contained in:
Chris Palmer 2020-11-13 17:51:30 +00:00
parent e39ee1797d
commit 305d2146f2
1 changed files with 1 additions and 1 deletions

View File

@ -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) {