From 7b82d83523c351a4128722617a39315122983ec5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 17 Sep 2018 10:51:36 +0100 Subject: [PATCH] fairphone-case: ButtonCoverReinf improvments Signed-off-by: Ian Jackson --- fairphone-case.scad | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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); } } -- 2.30.2