chiark / gitweb /
fairphone-case: TestLidTopAperturesPrint: make frameish
[reprap-play.git] / fairphone-case.scad
index f03119be7adec4c87528daa2bb30737cdb8dc65b..678ea67cea016a48739b4046521647cdbf232690 100644 (file)
@@ -1165,7 +1165,7 @@ module TestSelectFrame(){
 module TestSelectLidFrame(){
   TestSelectFrame();
   translate([led_pos[0], -led_pos[1], -50])
 module TestSelectLidFrame(){
   TestSelectFrame();
   translate([led_pos[0], -led_pos[1], -50])
-    cylinder(r= nla_r2+2, h=100);
+    cylinder(r= nla_r2+3, h=100);
 }
 
 module TestFrameCase(){ ////toplevel
 }
 
 module TestFrameCase(){ ////toplevel
@@ -1182,6 +1182,8 @@ module TestFrameCase(){ ////toplevel
 module TestSelectTopApertures(){
   translate([-100, -35, -100])
     cube([400, 100, 200]);
 module TestSelectTopApertures(){
   translate([-100, -35, -100])
     cube([400, 100, 200]);
+  LidAdhocMultiprintFrame(0);
+  LidAdhocMultiprintFrame(1);
 }
 
 module TestTopApertures(){ ////toplevel
 }
 
 module TestTopApertures(){ ////toplevel
@@ -1195,6 +1197,7 @@ module TestTopApertures(){ ////toplevel
 module TestLidTopAperturesPrint(){ ////toplevel
   rotate([0,180,0]) intersection(){
     Lid();
 module TestLidTopAperturesPrint(){ ////toplevel
   rotate([0,180,0]) intersection(){
     Lid();
+    TestSelectLidFrame();
     TestSelectTopApertures();
   }
 }
     TestSelectTopApertures();
   }
 }