chiark / gitweb /
poster-tube-lid: catch: Provide CatchDemo
[reprap-play.git] / poster-tube-lid.scad
index dcb18b3df29725ab385a53acf77ab1f74f251e1c..6ae96f99b41e65e434dae5256deaad617645cc99 100644 (file)
@@ -597,6 +597,17 @@ module CatchAssembly(){ /////toplevel
   }
 }
 
+module CatchDemo(){ /////toplevel
+  translate([0,0,
+            -catch_strap_width
+            -cpp0[1]
+            ])
+    CatchAssembly();
+  translate([0,0,+side_height
+            ])
+    %Cover();
+}
+
 //ProfilesDemo();
 //BayonetCutout();
 //MainProfile();