chiark / gitweb /
fairphone-case: introduce TestSelectRearAperture (nfc)
[reprap-play.git] / fairphone-case.scad
index 9ae36f0db75e4be5004be745d95f44091e3429a9..20b809b15be6245a0c20d18593c5e0fbbe6eae40 100644 (file)
@@ -481,14 +481,19 @@ module TestSelectCamera(){
               camera_pos_br + bumper + [ 2, 2 ]);
 }
 
-module TestSelectRearSpeaker(){
+module TestSelectRearAperture(){
   minkowski(){
-    RearSpeakerAperture();
+    union() children();
     translate([20, 0,0])
       cube([42, 2, 1], center=true);
   }
 }
 
+module TestSelectRearSpeaker(){
+  TestSelectRearAperture()
+    RearSpeakerAperture();
+}
+
 module TestCamera(){ ////toplevel
   intersection(){
     Case();