chiark / gitweb /
fairphone-case: adjust noisecancelmic hole from v13
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 24 Jan 2018 23:16:18 +0000 (23:16 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 24 Jan 2018 23:16:18 +0000 (23:16 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone-case.scad

index 1c890f5e37f1c8b58af4746510ca73806173f21d..d85c37783f6cd37ed07fbad14eeaef87a09f0e13 100644 (file)
@@ -26,7 +26,7 @@ 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 = [];
@@ -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();