chiark / gitweb /
lock-inframe-bracket: Add a couple of toplevels, before join rework
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 25 Oct 2018 12:10:08 +0000 (13:10 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 25 Oct 2018 12:10:08 +0000 (13:10 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
lock-inframe-bracket.scad

index 324f8134f374c61f5d3dd1e7cb0e4f3818a12df8..362bffdfb160a3a28c213d6dc74a425a51375713 100644 (file)
@@ -125,7 +125,7 @@ module DividePlanInPlace(xl=10){
     DividePlan(xl);
 }
 
-module MainPlan(){
+module MainPlan(){ ////toplevel
   difference(){
     union(){
       difference(){
@@ -285,6 +285,10 @@ module Demo(){ ////toplevel
                                       back_ohw + 0.25);
 }
 
+module DividePlanDemo(){ ////toplevel
+  DividePlan();
+}
+
 //MainPlan();
 //ClipElevationPositive();
 //ClipElevation();
@@ -292,7 +296,6 @@ module Demo(){ ////toplevel
 //%ThroughHoles();
 //TestTopEdge();
 //TestClipBoltHole();
-//DividePlan();
 
 //Bracket();