From: Ian Jackson Date: Mon, 17 Sep 2018 09:51:36 +0000 (+0100) Subject: fairphone-case: ButtonCoverReinf improvments X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7b82d83523c351a4128722617a39315122983ec5;p=reprap-play.git fairphone-case: ButtonCoverReinf improvments Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index 72b38a2..ab2354a 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -210,6 +210,7 @@ lid_gap_z = 0.25; lid_lip = 1.75; lid_edgepart_width = 5.0; lid_buttoncover_thick = 1.3; +lid_buttoncover_reinf = 1.0; catch_slop = 0.50; @@ -732,9 +733,13 @@ 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); + intersection(){ + ButtonCoverProfile(); + translate([bppJ[0] + 0.1, -50]) mirror([1,0]) + square([100,100]); + } + mirror([0,0,1]) linear_extrude(height=0.01) intersection(){ + circle(r= lid_buttoncover_reinf); translate([-20,0]) square(40, center=true); } }