From 7f359e76a7cd54b4a8b1d69075eae51f7961066b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 31 Mar 2019 10:30:14 +0100 Subject: [PATCH] fairphone-case: wip reorganise catch The catch breaks off but turns out not to be needed. So we are going to remove it in favour of a simple recess to get your thumb in to open the case. The lid no longer has anything related to this: its edge will be suitable. In this commit, remove the lid portion, ie CatchCatchProfile. Signed-off-by: Ian Jackson --- fairphone-case.scad | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/fairphone-case.scad b/fairphone-case.scad index 4daf807..76cb859 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -746,19 +746,6 @@ module ButtonCoverReinf(){ ////toplevel } } -module CatchCatchProfile(){ - hull(){ - for (c=[ cppR, cppQ ]) - circleat(c, cp_rQ); - } - hull(){ - circleat(lpp12, lp_r12); - circleat(lpp12 + [5,0], lp_r12); - rectfromto(cppP, cppP + [5,0.1]); - } - polygon([cppJ, cppS, cppT, cppU, cppV, cppQ, cppR]); -} - module CatchCutProfile(){ polygon([ cppB, cppA, @@ -1294,10 +1281,6 @@ module Lid(){ ////toplevel LidEdgeProfile(); HingeLidProfile(); } - - // catch - CatchPortion(0, lpp12[1]) - CatchCatchProfile(); } Struts(lpp10[0] + strut_min_at_end, lpp13[1], -case_th_lid); @@ -1770,7 +1753,6 @@ module DemoProfiles(){ ////toplevel //translate([0,0,1]) CatchCutProfile(); translate([0,0,+1]) color("red") difference(){ EdgeProfile(); CatchCutProfile(); } - color("blue") CatchCatchProfile(); } translate([40,-30]) { -- 2.30.2