chiark / gitweb /
poster-tube-lid: catch wip, CatchAssembly seems done ?
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 22 Nov 2018 00:58:32 +0000 (00:58 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 22 Nov 2018 00:58:32 +0000 (00:58 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
poster-tube-lid.scad

index 8528673b9517dea6285a4f1e6e7e8fc680679fee..fb0667f9a8ec1283b8df0cfe6aa8928b632121c6 100644 (file)
@@ -580,11 +580,20 @@ module CatchPreDistort(){ /////toplevel
 }
 
 module CatchAssembly(){ /////toplevel
-  scale(sm_inner_rad / 100)
+  translate([0,0, catch_strap_width])
+    scale(sm_inner_rad / 100)
     import(str("poster-tube-lid,CatchPostDistort-fa",
               (coarse ? 20 : 1),
               ".stl"),
           convexity=20);
+
+  SomeStrap(){
+    union(){ }
+    union(){
+      translate([-200, -200, -200])
+       cube([400, 200, 400]);
+    }
+  }
 }
 
 //ProfilesDemo();