Reverted incorrect use of stl_colour().

This commit is contained in:
Chris Palmer 2020-04-05 18:51:21 +01:00
parent 7e0c5fdb6e
commit 65455930f8
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ module ribbon_clamp_fastened_assembly(ways, thickness, screw = screw) { //! Clam
ribbon_clamp_assembly(ways);
stl_colour("red") translate_z(tape_thickness / 2)
color("red") translate_z(tape_thickness / 2)
cube([tape_l, tape_width, tape_thickness], center = true);
ribbon_clamp_hole_positions(ways)