From 0b2de47ee7f578fdcf2194a8d746a11a6e6fb159 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 Sep 2012 22:16:40 +0100 Subject: [PATCH] filamentspool axle tuning --- filamentspool.scad | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/filamentspool.scad b/filamentspool.scad index 8dd6b79..5724dcc 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -286,14 +286,18 @@ if(0) union(){ translate([-1, 0, 0]) rotate([0,90,0]) - cylinder(r = axlerad, h = 1 + axleclearlen + 3 + 2); + cylinder($fn=60, + r = axlerad, + h = 1 + axleclearlen + axlepinrad*2 + 2); mirror([1,0,0]) rotate([0,90,0]) - cylinder(r = washerrad, h = 3); -if(0) + cylinder(r = axlerad*1.75, h = 3); intersection(){ - mirror([1,0,0]) rotate([0,90,0]) - cylinder(r = towercliph - shift, - h = pillarswidth/2 + axlehorizoffset); + mirror([1,0,0]) + translate([axlehorizoffset - pillarswidth/2, 0, 0]) + rotate([0,90,0]) + cylinder($fn=60, + r = towercliph - shift, + h = pillarswidth); translate([-50, -joinbelowallow, -50]) cube([100, joinbelowallow+50, 100]); } -- 2.30.2