From: Ian Jackson Date: Sat, 13 Jun 2020 12:20:11 +0000 (+0100) Subject: fairphone-battery-case: Bodge convexity for ExtrudePlan X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=e2e606c81c38dac04a7d5c359d976873a2fde9b1 fairphone-battery-case: Bodge convexity for ExtrudePlan Theoretically this depends on what the children are but that is too much faff. 5 seems to do for now. Signed-off-by: Ian Jackson --- diff --git a/fairphone-battery-case.scad b/fairphone-battery-case.scad index 03eb0fb..247e0e7 100644 --- a/fairphone-battery-case.scad +++ b/fairphone-battery-case.scad @@ -118,7 +118,7 @@ module ExtrudePlan(from,to){ rotate([0,-90,0]) for (mj=[0,1]) { mirror([0,0,mj]) translate([0,0,from]){ - linear_extrude(height= to-from){ + linear_extrude(height= to-from, convexity=5){ for (mi=[0,1]) { mirror([0,mi]) translate([0, battery_th/2])