chiark / gitweb /
poster-tube-lid: catch: Colourise CatchDemo
[reprap-play.git] / poster-tube-lid.scad
index 6ae96f99b41e65e434dae5256deaad617645cc99..b70ea3d50cf7e4408020ec1d8e7655dab5ef5733 100644 (file)
@@ -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();