From: Ian Jackson Date: Sun, 25 Nov 2018 22:28:11 +0000 (+0000) Subject: poster-tube-lid: use fa=3 for distorted, fa=1 gives random openscad error X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c1807114c2707a5e5dae41d95db0b43bc0862a46;p=reprap-play.git poster-tube-lid: use fa=3 for distorted, fa=1 gives random openscad error Signed-off-by: Ian Jackson --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 2e11f79..d1debf9 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -590,7 +590,7 @@ module CatchAssembly(){ /////toplevel translate([0,0, catch_strap_width]) scale(sm_inner_rad / 100) import(str("poster-tube-lid,CatchPostDistort-fa", - (coarse ? 20 : 1), + (coarse ? 20 : 3), ".stl"), convexity=20);