From 03d4ca44acf9913cf1de0bba38b56f72dc39fa3c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 25 Oct 2018 13:10:08 +0100 Subject: [PATCH] lock-inframe-bracket: Add a couple of toplevels, before join rework Signed-off-by: Ian Jackson --- lock-inframe-bracket.scad | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lock-inframe-bracket.scad b/lock-inframe-bracket.scad index 324f813..362bffd 100644 --- a/lock-inframe-bracket.scad +++ b/lock-inframe-bracket.scad @@ -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(); -- 2.30.2