chiark / gitweb /
poster-tube-lid: catch wip, CatchPostDistort varying coarseness
[reprap-play.git] / poster-tube-lid.scad
index 35c73c8bd58a44121f02003853fee6bbf433bd59..bdad0c229d783ceb17881dccfe090eec6c61bb8f 100644 (file)
@@ -570,6 +570,14 @@ module CatchPreDistort(){ /////toplevel
     CatchCoreProfile();
 }
 
+module CatchAssembly(){ /////toplevel
+  scale(sm_inner_rad / 100)
+    import(str("poster-tube-lid,CatchPostDistort-fa",
+              (coarse ? 20 : 1),
+              ".stl"),
+          convexity=20);
+}
+
 //ProfilesDemo();
 //BayonetCutout();
 //MainProfile();