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