From: Ian Jackson Date: Mon, 17 Sep 2018 09:32:15 +0000 (+0100) Subject: fairphone-case: wip ButtonCoverReinf X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=4b827bfd31e8117705f8b3166263d8c21f782b05;p=reprap-play.git fairphone-case: wip ButtonCoverReinf Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index d83c534..72b38a2 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -728,6 +728,18 @@ module ButtonPlan(l, deep, cut){ } } +module ButtonCoverReinf(){ ////toplevel + minkowski(){ + rotate([90,0,0]) + linear_extrude(height=0.01) + ButtonCoverProfile(); + if(0) linear_extrude(height=0.01) intersection(){ + circle(r=2); + translate([-20,0]) square(40, center=true); + } + } +} + module CatchCatchProfile(){ hull(){ for (c=[ cppR, cppQ ])