chiark / gitweb /
fairphone-case: introduce TestSelectLidFrame (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 25 Jan 2018 14:02:05 +0000 (14:02 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 25 Jan 2018 14:02:05 +0000 (14:02 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone-case.scad

index 1ee38859e5a94edb04b1831ff6f4544d61705446..dd3b669a8ae61ab65acfb0e6273b39ea0f43cd45 100644 (file)
@@ -876,6 +876,10 @@ module TestSelectFrame(){
   }
 }
 
+module TestSelectLidFrame(){
+  TestSelectFrame();
+}
+
 module TestFrameCase(){ ////toplevel
   intersection(){
     Case();
@@ -890,7 +894,7 @@ module TestFrameCase(){ ////toplevel
 module TestFrameLidPrint(){ ////toplevel
   rotate([0,180,0]) intersection(){
     Lid();
-    TestSelectFrame();
+    TestSelectLidFrame();
   }
 }
 
@@ -918,7 +922,7 @@ module HingeScrews(){
 
 module DemoFrame(){ ////toplevel
   color("red") TestFrameCase();
-  color("blue") intersection(){ Lid(); TestSelectFrame(); }
+  color("blue") intersection(){ Lid(); TestSelectLidFrame(); }
   color("black") HingeScrews();
   %HingeLever();
 }
@@ -926,7 +930,7 @@ module DemoFrame(){ ////toplevel
 module DemoHingedFrame(){ ///toplevel
   color("red") TestFrameCase();
   translate([0,0, -2*hp_k])
-  color("blue") intersection(){ Lid(); TestSelectFrame(); }
+  color("blue") intersection(){ Lid(); TestSelectLidFrame(); }
 
   Flip_hinge(){
     color("orange") HingeLever();