From 60ac66beaf78ab0131ae206af36c9f2c859ea3e9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 Sep 2012 18:10:42 +0100 Subject: [PATCH] filamentspool wip axlewasher, seems ok on screen --- filamentspool.scad | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/filamentspool.scad b/filamentspool.scad index 4cd3b67..2ffc043 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -58,7 +58,7 @@ towerclipcount = 3; towerpillarw = 5; washerthick = 1.2; -washerrad = hubaxlerad + 10; +washerrad = hubaxlerad + 7.5; ratchetpawl=ratchetstep-ratchettooth-bigslop*2; @@ -288,9 +288,17 @@ module Axle(){ ////toplevel } } +module AxleWasher(){ ////toplevel + difference(){ + cylinder(h=washerthick, r=washerrad); + translate([0,0,-1]) cylinder(h=washerthick+2, r=hubaxlerad+slop); + } +} + //ArmEnd(); //FilamentCup(); //CupSecuringClip(); //Hub(); //ArmExtender(); -Axle(); +//Axle(); +AxleWasher(); -- 2.30.2