From 0857be53aabe34986a7455f2a33c270edbbb4f94 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 Sep 2012 19:28:38 +0100 Subject: [PATCH] filamentspool wip axle --- filamentspool.scad | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/filamentspool.scad b/filamentspool.scad index b60c71a..adfb3b7 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -269,7 +269,7 @@ if(0) union(){ translate([-1, 0, 0]) rotate([0,90,0]) - cylinder(r = axlerad, h = 1 + axleclearlen + 6); + cylinder(r = axlerad, h = 1 + axleclearlen + 3 + 2); mirror([1,0,0]) rotate([0,90,0]) cylinder(r = washerrad, h = 3); if(0) @@ -302,5 +302,6 @@ module AxleWasher(){ ////toplevel //CupSecuringClip(); //Hub(); //ArmExtender(); -//Axle(); +Axle(); //AxleWasher(); +//AxleSplitPin(); -- 2.30.2