chiark / gitweb /
poster-tube-lid: catch wip, CatchPostDistort varying coarseness
[reprap-play.git] / poster-tube-lid.scad
index 719ed590eb7b82b1cc90389592e2a432e9e88d27..bdad0c229d783ceb17881dccfe090eec6c61bb8f 100644 (file)
@@ -572,7 +572,10 @@ module CatchPreDistort(){ /////toplevel
 
 module CatchAssembly(){ /////toplevel
   scale(sm_inner_rad / 100)
-    import("poster-tube-lid,CatchPostDistort.stl", convexity=20);
+    import(str("poster-tube-lid,CatchPostDistort-fa",
+              (coarse ? 20 : 1),
+              ".stl"),
+          convexity=20);
 }
 
 //ProfilesDemo();