From: Ian Jackson Date: Sun, 16 Sep 2012 17:10:42 +0000 (+0100) Subject: filamentspool wip axlewasher, seems ok on screen X-Git-Tag: filamentspool-v2-release~799 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=60ac66beaf78ab0131ae206af36c9f2c859ea3e9;hp=32aa0eaa813a49404630a3da95e28abb57ac38f9 filamentspool wip axlewasher, seems ok on screen --- 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();