X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=fairphone-case.scad;h=13b26585a6f02da9ecf75056dff5be2b3888ec2f;hb=5f99c09b118d35198de2548fa9601d4ed461267a;hp=a0bab49eee2c5355ec1203f3565a17bca2a432b2;hpb=995bbb352c1b2d84738849e9d9d0e0c205ec45f0;p=reprap-play.git diff --git a/fairphone-case.scad b/fairphone-case.scad index a0bab49..13b2658 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -22,11 +22,11 @@ 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 = []; @@ -36,7 +36,7 @@ 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; @@ -103,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; @@ -629,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();