chiark / gitweb /
fairphone-case: provide TestTopApertures
[reprap-play.git] / fairphone-case.scad
index beadebd58e78e37a26c0c62a777ef50026007fb7..0524b00cf50fa8a2d881f96ba9cf0e65317f6bc1 100644 (file)
@@ -1026,6 +1026,15 @@ module TestFrameCase(){ ////toplevel
   }
 }
 
+module TestTopApertures(){ ////toplevel
+  intersection(){
+    Case();
+    TestSelectFrame();
+    translate([-100, -35, -100])
+      cube([400, 100, 100]);
+  }
+}
+
 module TestFrameLidPrint(){ ////toplevel
   rotate([0,180,0]) intersection(){
     Lid();