From 65455930f8d4b3d5b6a4ae630684e1384792afee Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Sun, 5 Apr 2020 18:51:21 +0100 Subject: [PATCH] Reverted incorrect use of stl_colour(). --- printed/ribbon_clamp.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printed/ribbon_clamp.scad b/printed/ribbon_clamp.scad index 127727d..18a4a6b 100644 --- a/printed/ribbon_clamp.scad +++ b/printed/ribbon_clamp.scad @@ -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)