From fd3025ff005de5b2aaa7b6be990009520692f977 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 18 Oct 2012 00:59:26 +0100 Subject: [PATCH] filamenttrestle wip HubEnd --- filamenttrestle.scad | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/filamenttrestle.scad b/filamenttrestle.scad index dd0b01c..712b9eb 100644 --- a/filamenttrestle.scad +++ b/filamenttrestle.scad @@ -202,10 +202,13 @@ 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); } } cylinder(r=axlerad+hubwalls, h=thick); - cylinder(r=hubmainrad-0.1, h=hubwebthick); + cylinder(r=hubmainrad-0.1, h=hubbaseweb); difference(){ cylinder(r=hubmainrad, h=thick, $fn=100); translate([0,0,-1]) -- 2.30.2