From: Ian Jackson Date: Thu, 22 Nov 2018 01:19:18 +0000 (+0000) Subject: poster-tube-lid: catch: Colourise CatchDemo X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3c75c6575c9ec874afd93fe9d2e1c7f28390806f;p=reprap-play.git poster-tube-lid: catch: Colourise CatchDemo Signed-off-by: Ian Jackson --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 6ae96f9..b70ea3d 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -598,14 +598,14 @@ module CatchAssembly(){ /////toplevel } module CatchDemo(){ /////toplevel - translate([0,0, + color("blue") translate([0,0, -catch_strap_width -cpp0[1] ]) CatchAssembly(); translate([0,0,+side_height ]) - %Cover(); + Cover(); } //ProfilesDemo();