X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=fairphone-case.scad;h=13b26585a6f02da9ecf75056dff5be2b3888ec2f;hb=5f99c09b118d35198de2548fa9601d4ed461267a;hp=e3c28c3c82a62f40f60f3c25b7a0d46558e13d41;hpb=ed7c1d5e31810755d0f6c6d2f96d0ca2566f204b;p=reprap-play.git diff --git a/fairphone-case.scad b/fairphone-case.scad index e3c28c3..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 = []; @@ -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();