chiark / gitweb /
poster-tube-lid: Add catch tip to demo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 9 Dec 2022 14:35:54 +0000 (14:35 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 10 Dec 2022 11:36:43 +0000 (11:36 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
poster-tube-lid.scad

index 372ef64f61ae70346e52e16951fc3676f289fb79..5d45475456c2347e3a24d0ed0027178cb88bcbfc 100644 (file)
@@ -722,6 +722,10 @@ module CatchPinProfileDemo(){ /////toplevel
     CatchAssemblyCoreProfile();
     CatchHeadProfile();
   }
+  translate([0,0,10])
+    color("red")
+    CatchTipProfile(0);
+
   polygon(bayo_polygon, convexity=10);
 }