From: Ian Jackson Date: Thu, 11 Oct 2012 15:00:48 +0000 (+0100) Subject: filamenttrestle define toplevels X-Git-Tag: filamentspool-v2-release~735 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=86372508bf77879a087b6818670d9f875bd92ea0;p=reprap-play.git filamenttrestle define toplevels --- 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);