From 3e8a9aa8f28edf8e1ddd548c918a578e549ecb10 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 18 Oct 2012 02:22:14 +0100 Subject: [PATCH] filamenttrestle make hub more economical --- filamenttrestle.scad | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/filamenttrestle.scad b/filamenttrestle.scad index 42c6d0c..858fffd 100644 --- a/filamenttrestle.scad +++ b/filamenttrestle.scad @@ -10,19 +10,19 @@ include spoolradclear = 10; spoolradslop = 2; -spoolinnerslop = 4.5; +spoolinnerslop = 3; axleslop = 0.5; axlerad = 7; barwasherrad = 17; -hubbasethick = 6; -hubmainthick = 20; -hubbaseweb = 2; -hubbasestalkwidth = 6; +hubbasethick = 4; +hubmainthick = 15; +hubbaseweb = 1.2; +hubbasestalkwidth = 4; hubwalls = 2.5; hubpillarw = 4; -hubbaserad = spoolinnerrad + 15; +hubbaserad = spoolinnerrad + 10; hubmainrad = spoolinnerrad - spoolradslop; legw = 12; -- 2.30.2