chiark / gitweb /
filamenttrestle HubEnd
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 18 Oct 2012 00:11:06 +0000 (01:11 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 18 Oct 2012 00:11:06 +0000 (01:11 +0100)
filamenttrestle.scad

index 712b9eb1a70f0fb0a141a731bef6a24234cc59f8..62b6994998e116fc053b070d3e6a389587689b41 100644 (file)
@@ -21,6 +21,7 @@ hubmainthick = 20;
 hubbaseweb = 2;
 hubbasestalkwidth = 6;
 hubwalls = 3;
 hubbaseweb = 2;
 hubbasestalkwidth = 6;
 hubwalls = 3;
+hubpillarw = 4;
 hubbaserad = spoolinnerrad + 15;
 hubmainrad = spoolinnerrad - spoolradslop;
 
 hubbaserad = spoolinnerrad + 15;
 hubmainrad = spoolinnerrad - spoolradslop;
 
@@ -202,9 +203,9 @@ module HubEnd(){ ////toplevel
          translate([hubmainrad - hubwalls/2, -hubbasestalkwidth/2, 0])
            cube([hubbaserad - (hubmainrad - hubwalls/2),
                  hubbasestalkwidth, hubbasethick]);
          translate([hubmainrad - hubwalls/2, -hubbasestalkwidth/2, 0])
            cube([hubbaserad - (hubmainrad - hubwalls/2),
                  hubbasestalkwidth, hubbasethick]);
-//       ExtenderPillars(length = hubmainrad-hubwalls/2,
-//                       width = 10,
-//                       height = hubbasethick + hubmainthick);
+         ExtenderPillar(length = hubmainrad-hubwalls/2,
+                        height = hubbasethick + hubmainthick,
+                        pillarw = hubpillarw);
        }
       }
       cylinder(r=axlerad+hubwalls, h=thick);
        }
       }
       cylinder(r=axlerad+hubwalls, h=thick);