From: Ian Jackson Date: Sun, 16 Sep 2012 17:11:48 +0000 (+0100) Subject: filamentspool Axle partial for test X-Git-Tag: filamentspool-v2-release~798 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=7eedab3e04eae517f990017b5af5a3cd2afcf6dd filamentspool Axle partial for test --- diff --git a/filamentspool.scad b/filamentspool.scad index 2ffc043..fe85c8f 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -246,6 +246,7 @@ module AxleSplitPin(){ ////toplevel module Axle(){ ////toplevel pillarswidth = DoveClipPairSane_width(towerclipcount); +if(0) translate([-axlehorizoffset, -axlevertheight, 0]) { rotate([0,0,-90]) DoveClipPairSane(h=towercliph, count=towerclipcount, baseextend=3); @@ -271,6 +272,7 @@ module Axle(){ ////toplevel cylinder(r = axlerad, h = 1 + axleclearlen + 6); mirror([1,0,0]) rotate([0,90,0]) cylinder(r = washerrad, h = 3); +if(0) intersection(){ mirror([1,0,0]) rotate([0,90,0]) cylinder(r = towercliph - shift, @@ -301,4 +303,4 @@ module AxleWasher(){ ////toplevel //Hub(); //ArmExtender(); //Axle(); -AxleWasher(); +//AxleWasher();