From 5f2a0e53888f73409334f95972330c0d96376df4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 18 Oct 2012 01:11:06 +0100 Subject: [PATCH] filamenttrestle HubEnd --- filamenttrestle.scad | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/filamenttrestle.scad b/filamenttrestle.scad index 712b9eb..62b6994 100644 --- a/filamenttrestle.scad +++ b/filamenttrestle.scad @@ -21,6 +21,7 @@ hubmainthick = 20; hubbaseweb = 2; hubbasestalkwidth = 6; hubwalls = 3; +hubpillarw = 4; 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]); -// 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); -- 2.30.2