chiark / gitweb /
poster-tube-lid: catch: Colourise CatchDemo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 22 Nov 2018 01:19:18 +0000 (01:19 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 22 Nov 2018 01:19:18 +0000 (01:19 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
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();