From 7eedab3e04eae517f990017b5af5a3cd2afcf6dd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 Sep 2012 18:11:48 +0100 Subject: [PATCH] filamentspool Axle partial for test --- filamentspool.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(); -- 2.30.2