chiark / gitweb /
fairphone-case: introduce noise cancel mic opening
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Jan 2018 16:48:03 +0000 (16:48 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Jan 2018 16:48:03 +0000 (16:48 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone-case.scad

index 238abba51865f76367ccbe737b284ce737b53890..00d167eb785767a9e30fd6209749ecfa8818f94c 100644 (file)
@@ -22,6 +22,7 @@ jack_pos = [ 13.92, 7.96 ];
 jack_dia = 9.1 + .5; // some jack I had lying around
 
 noisecancelmic_pos = [ 19.54, 7.37 ];   // from rhs
+noisecancelmic_dia = 1.75;
 
 case_th_bottom = 2.5;
 case_th_lid = 2.5;
@@ -389,6 +390,8 @@ module Case(){ ////toplevel
 
     // apertures along top edge
     CaseAperture(jack_pos, jack_dia, 8);
+    CaseBase_rhsflip([1])
+      CaseAperture(noisecancelmic_pos, noisecancelmic_dia, 20);
   }
 }