X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=filamentspool.scad;h=2ffc0435571b128f948e54f865b38db1bda213f7;hb=60ac66beaf78ab0131ae206af36c9f2c859ea3e9;hp=4cd3b67f575ff876387d33731f59de4c1a79e497;hpb=32aa0eaa813a49404630a3da95e28abb57ac38f9;p=reprap-play.git 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();