From: Ian Jackson Date: Sun, 16 Sep 2012 18:28:38 +0000 (+0100) Subject: filamentspool wip axle X-Git-Tag: filamentspool-v2-release~792 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=0857be53aabe34986a7455f2a33c270edbbb4f94 filamentspool wip axle --- 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();