From: Ian Jackson Date: Fri, 19 Jan 2018 21:16:14 +0000 (+0000) Subject: fairphone-case: refactor a bit (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3f4830933d14f7ee1d576a8fa5215158fe24d124;p=reprap-play.git fairphone-case: refactor a bit (nfc) Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index 2a79d47..ce8ad76 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -69,6 +69,10 @@ module CaseBase(){ rotate([90,0,0]) linear_extrude(height = phone_height - phone_cnr_rad) EdgeProfile(); + } + } + for (rhs=[0,1]) { + CaseBase_rhsflip(rhs){ translate([+1,0] * phone_cnr_rad) intersection(){ rotate_extrude()