chiark / gitweb /
fairphone-case: adjust catch from v13
[reprap-play.git] / fairphone-case.scad
index 6e751ed7b25ad5fca018e066acaface7f5430ed9..13b26585a6f02da9ecf75056dff5be2b3888ec2f 100644 (file)
@@ -22,20 +22,21 @@ phone_backside_slope_outer = 1.0; // larger means shallower
 camera_pos_tl = [  6.450, 12.750 ]; // measured from tl corner
 camera_pos_br = [ 22.300, 37.600 ]; // tl/br as seen from back
 
-jack_pos = [ 13.92, 7.96 ];
-jack_dia = 9.1 + .5; // some jack I had lying around
+jack_pos = [ 14.38, 7.96 ];
+jack_dia = 10.64 + .5; // some jack I had lying around
 
 noisecancelmic_pos = [ 19.54, 7.37 ];   // from rhs
-noisecancelmic_dia = 1.75;
+noisecancelmic_dia = 4.00;
 
-fingerpushhole_dias = [ 15, 18 ];
+//fingerpushhole_dias = [ 15, 18 ];
+fingerpushhole_dias = [];
 
 rearspeaker_pos_bl = [ 12.64, 18.72 ];
 rearspeaker_size   = [  3.76,  7.36 ];
 
 microusb_above = 3.27 - 0.25;
 microusb_below = 0.0;
-microusb_width = 16.12 + 0.25;
+microusb_width = 16.12 + 1.25;
 
 case_th_bottom = 2.5;
 case_th_lid = 2.5;
@@ -102,7 +103,7 @@ catch_width = 15;
 catch_thickness = 1.0;
 catch_side_gap = 0.75; // each side
 
-catch_depth = 1.25;
+catch_depth = 0.75;
 catch_height = 0.35;
 catch_finger_height = 1.5;
 catch_finger_depth = 2.5;
@@ -628,7 +629,7 @@ module Case(){ ////toplevel
     // apertures along top edge
     CaseAperture(jack_pos, jack_dia, 8);
     Flip_rhs(1)
-      CaseAperture(noisecancelmic_pos, noisecancelmic_dia, 20);
+      CaseAperture(noisecancelmic_pos, noisecancelmic_dia, 8);
 
     OrdinaryRearApertures();