}
}
-module Bar(){
+module Bar(){ ////toplevel
spoolw = spoolwidth + spoolwidthgap*2;
barz = barradz * 0.5;
biggestw = spoolw + 50;
}
}
-module Trestle(){
+module Trestle(){ ////toplevel
legang = atan2(trestlebase/2, trestleheight);
eplen = sqrt(trestleheight*trestleheight + trestlebase*trestlebase*0.25);
topblockw = plugwmax + trestleplugd*2 + topblockthick*2;
}
}
-module Pin(){
+module Pin(){ ////toplevel
rotate([90,0,90]) {
hull(){
for (mir=[0,1]) {
}
}
-module TestKit(){
+module TestKit(){ ////toplevel
translate([30,0,0]) Pin();
translate([30,30,0]) Pin();
translate([0,40,0]) intersection(){
//Bar();
//Trestle();
//Pin();
-
-TestKit();
-
+//TestKit();
//Plug(d=1);
//ExtenderPillars(80,12,8, baseweb=true);