chiark / gitweb /
fairphone4-case: mounted: fix lhs hole
[reprap-play.git] / fairphone4-case.scad
index eee4ddb5fecb6346d4c016410ef0e983c3fa5992..48cf28e8978fe6a9e0d2e0c6a6e3e7488de7fe34 100644 (file)
@@ -122,8 +122,8 @@ mainmic_dia = 4.00;
 
 lhshole_pos = [ phone[1]/2 + 0.40, 4.35 ];
 
-// fingerpushhole_dias = [];
-fingerpushhole_dias = [ 15, 18 ]; // this is for testing
+fingerpushhole_dias = [];
+//fingerpushhole_dias = [ 15, 18 ]; // this is for testing
 
 lanyard_half_dia = 1.15;
 lanyard_entry_rel_breadth = 2;
@@ -1154,8 +1154,8 @@ module Case(){ ////toplevel
       // CaseAperture(jack_pos, jack_dia, 8);
       Flip_rhs(1)
        CaseAperture(noisecancelmic_pos, noisecancelmic_dia, 8);
-      CaseAperture(lhshole_pos, noisecancelmic_dia, 8, 1);
     }
+    CaseAperture(lhshole_pos, noisecancelmic_dia, 8, 1);
 
     OrdinaryBottomEdgeApertures();