chiark / gitweb /
fairphone-case: TestSelectCamera: join to top again
[reprap-play.git] / fairphone-case.scad
index 5df180bf1efc96ea346c6491ccb69db9b15c6313..6428503ad15e2d80ad8e2845ab5162c1cb9f8952 100644 (file)
@@ -481,8 +481,11 @@ module TestSelectRearAperture(){
 }
 
 module TestSelectCamera(){
 }
 
 module TestSelectCamera(){
-  TestSelectRearAperture()
-    RearCameraAperture();
+  minkowski(){
+    TestSelectRearAperture()
+      RearCameraAperture();
+    cube([0.1, 50, 0.1]);
+  }
 }
 
 module TestSelectRearSpeaker(){
 }
 
 module TestSelectRearSpeaker(){