From: Ian Jackson Date: Sat, 13 Jun 2020 12:20:56 +0000 (+0100) Subject: fairphone-battery-case: PushHolePlan: Implement X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=873f45c79a4b3e0bbc7699fae18e25efa7fad5c1;p=reprap-play.git fairphone-battery-case: PushHolePlan: Implement Signed-off-by: Ian Jackson --- diff --git a/fairphone-battery-case.scad b/fairphone-battery-case.scad index 247e0e7..5c58b9d 100644 --- a/fairphone-battery-case.scad +++ b/fairphone-battery-case.scad @@ -1,5 +1,7 @@ // -*- C -*- +include + mainwall_th = 3.0; smallwall_th = 2.0; @@ -146,7 +148,10 @@ module PlanDemo(){ ////toplevel } module Base(){ ////toplevel - ExtrudePlan(0,s1) BaseHalfPlan(); + difference(){ + ExtrudePlan(0,s1) BaseHalfPlan(); + linextr(-10, battery_len+10, convexity=5) PushHolePlan(); + } difference(){ union(){ ExtrudePlan(s0i, s1) SideHalfPlan();