From: Ian Jackson Date: Sun, 21 Jan 2018 13:24:11 +0000 (+0000) Subject: fairphone-case: switch to no bumpers X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=914fe244c1070d902a32fb2886070a08833feac2 fairphone-case: switch to no bumpers And adjust camera_pos_* so the resulting camera pos from the case TR corner is the same. This will let us adjust the camera window with a non-rubberised test piece (v6). Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index 77d81ae..0b6df0e 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -2,7 +2,7 @@ phone = [ 145.0, 75.0 ]; -bumper = [ 0.750, 0.875 ]; +bumper = [ 0.250, 0.250 ]; // ^ One side. Overall size is increased by twice this. // If no bumpers, is the gap around the phone. @@ -15,8 +15,8 @@ phone_total_thick = 12.0; phone_backside_slope_inner = 1.5; // larger means shallower phone_backside_slope_outer = 1.0; // larger means shallower -camera_pos_tl = [ 6.250, 12.125 ]; // measured from tl corner -camera_pos_br = [ 22.10, 36.975 ]; // tl/br as seen from back +camera_pos_tl = [ 6.750, 12.750 ]; // measured from tl corner +camera_pos_br = [ 22.600, 37.600 ]; // tl/br as seen from back case_th_bottom = 2.5; case_th_lid = 2.5;