X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=filamentspool.scad;h=3d8bb9fab9c176040105cd0a7d5565003fcc5cce;hp=4c930fddb2d2b203084111a7449923fa97dad396;hb=00b5292855245164237f7f84bfc051b6108115e0;hpb=6625e2e26d5cb5331751ae82a2304213fea63ef5 diff --git a/filamentspool.scad b/filamentspool.scad index 4c930fd..3d8bb9f 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -5,7 +5,8 @@ fdia=1.75; slop=0.5; bigslop=slop*2; -hubeffrad = 30; // + 55; +exteffrad = 85; +hubeffrad = 30; hubbigrad = 20; hublwidth = 3; hubstemwidth = 2; @@ -62,7 +63,7 @@ totalwidth = armendwallthick*2 + channelwidth; totalheight = channeldepth + armendbasethick; stalkwidth = prongwidth + prongstalkxwidth; -module ArmEnd(length=120){ +module ArmEnd(length=120){ ////toplevel translate([ratchettoothsmoothr, channelwidth/2, -armendbasethick]) { rotate([0,0,-90]) DoveClipPairBase(h=doveclipheight); @@ -122,7 +123,7 @@ module FilamentCupCup(){ } } -module FilamentCup() { +module FilamentCup() { ////toplevel FilamentCupHandle(); dx = cupbigrad + prongwidth; @@ -168,7 +169,7 @@ module CupSecuringClipSolidSmooth(xrad=0, xdepth=0){ } } -module CupSecuringClip(){ +module CupSecuringClip(){ ////toplevel wingswidth = wingspoke*2 + overclipthick*2 + overcliproundr*2 + totalwidth; difference(){ union(){ @@ -181,11 +182,11 @@ module CupSecuringClip(){ } } -module ArmDoveClipPin(){ +module ArmDoveClipPin(){ ////toplevel DoveClipPin(h=doveclipheight); } -module Hub(){ +module Hub(){ ////toplevel difference(){ cylinder($fn=60, h=hublthick, r=hubbigrad); translate([0,0,-1]) @@ -197,7 +198,7 @@ module Hub(){ translate([0,0,-1]) cylinder($fn=60, h=hubaxlelen+2, r=axlerad); } hole = hubeffrad - hubbigrad - DoveClip_depth() - hublwidth*2; - holewidth = DoveClip_width() - hubstemwidth*2; + holewidth = DoveClipPairSane_width() - hubstemwidth*2; for (ang=[0,120,240]) rotate([0,0,ang]) { difference() { @@ -222,8 +223,14 @@ module Hub(){ } } +module ArmExtender(){ ////toplevel + DoveClipExtender(length=exteffrad-hubeffrad, + ha=doveclipheight, + hb=doveclipheight); +} + //ArmEnd(); //FilamentCup(); //CupSecuringClip(); - -Hub(); +//Hub(); +//ArmExtender();