chiark / gitweb /
fairphone-case: use TestSelectRearAperture for TestSelectCamera
[reprap-play.git] / fairphone-case.scad
index 20b809b15be6245a0c20d18593c5e0fbbe6eae40..5df180bf1efc96ea346c6491ccb69db9b15c6313 100644 (file)
@@ -472,15 +472,6 @@ module TestLidWidthPrint(){ ////toplevel
   }
 }
 
-module TestSelectCamera(){
-  CaseBase_rhsflip(1)
-    translate([0,0,-25])
-    linear_extrude(height = 50)
-    mirror([0, 1, 0])
-    rectfromto([-20, -20],
-              camera_pos_br + bumper + [ 2, 2 ]);
-}
-
 module TestSelectRearAperture(){
   minkowski(){
     union() children();
@@ -489,6 +480,11 @@ module TestSelectRearAperture(){
   }
 }
 
+module TestSelectCamera(){
+  TestSelectRearAperture()
+    RearCameraAperture();
+}
+
 module TestSelectRearSpeaker(){
   TestSelectRearAperture()
     RearSpeakerAperture();