From c1807114c2707a5e5dae41d95db0b43bc0862a46 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Nov 2018 22:28:11 +0000 Subject: [PATCH] poster-tube-lid: use fa=3 for distorted, fa=1 gives random openscad error Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2