chiark / gitweb /
filamenttrestle define toplevels
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 11 Oct 2012 15:00:48 +0000 (16:00 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 11 Oct 2012 15:00:48 +0000 (16:00 +0100)
filamenttrestle.scad

index 77258767de9020a5d24258e536070db6339464a5..010746cbce5daee85fd009e111336b811d6bd408 100644 (file)
@@ -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);