From 4b827bfd31e8117705f8b3166263d8c21f782b05 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 17 Sep 2018 10:32:15 +0100 Subject: [PATCH] fairphone-case: wip ButtonCoverReinf Signed-off-by: Ian Jackson --- fairphone-case.scad | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 ]) -- 2.30.2