chiark / gitweb /
fairphone-case: wip noisecancelmic_pos (measurements only for now)
[reprap-play.git] / fairphone-case.scad
index 6f59fa3a581628d69f3a8cfe86404749dacff6ba..116ebfd79e91d0b97157a02c66466d421aa9d1af 100644 (file)
@@ -21,6 +21,8 @@ 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
 
+noisecancelmic_pos = [ 19.54, 7.37 ];   // from rhs
+
 case_th_bottom = 2.5;
 case_th_lid = 2.5;
 case_th_side = 2;
@@ -432,7 +434,10 @@ module TestWidth(){ ////toplevel
 }
 
 module TestLidWidthPrint(){ ////toplevel
-  rotate([0,180.0]) TestLidWidth();
+  rotate([0,180.0]) intersection(){
+    Lid();
+    TestSelectWidth();
+  }
 }
 
 module TestSelectCamera(){