From 86372508bf77879a087b6818670d9f875bd92ea0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 11 Oct 2012 16:00:48 +0100 Subject: [PATCH] filamenttrestle define toplevels --- filamenttrestle.scad | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/filamenttrestle.scad b/filamenttrestle.scad index 7725876..010746c 100644 --- a/filamenttrestle.scad +++ b/filamenttrestle.scad @@ -52,7 +52,7 @@ module Plug(d=0){ } } -module Bar(){ +module Bar(){ ////toplevel spoolw = spoolwidth + spoolwidthgap*2; barz = barradz * 0.5; biggestw = spoolw + 50; @@ -75,7 +75,7 @@ module Bar(){ } } -module Trestle(){ +module Trestle(){ ////toplevel legang = atan2(trestlebase/2, trestleheight); eplen = sqrt(trestleheight*trestleheight + trestlebase*trestlebase*0.25); topblockw = plugwmax + trestleplugd*2 + topblockthick*2; @@ -131,7 +131,7 @@ module Trestle(){ } } -module Pin(){ +module Pin(){ ////toplevel rotate([90,0,90]) { hull(){ for (mir=[0,1]) { @@ -153,7 +153,7 @@ module Pin(){ } } -module TestKit(){ +module TestKit(){ ////toplevel translate([30,0,0]) Pin(); translate([30,30,0]) Pin(); translate([0,40,0]) intersection(){ @@ -169,8 +169,6 @@ module TestKit(){ //Bar(); //Trestle(); //Pin(); - -TestKit(); - +//TestKit(); //Plug(d=1); //ExtenderPillars(80,12,8, baseweb=true); -- 2.30.2