X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=filamentspool.scad;h=487d853b0645b524d5d6ca1f7dc8a0f8aa016b39;hb=fcd425d28e0fd254673250e4c5d13db7b98aab48;hp=06115c71b5d17fdea5f1bdfdbc58ef12a674e897;hpb=6c2f54d6bb2de555be96fa28ed88fb1829e32475;p=reprap-play.git diff --git a/filamentspool.scad b/filamentspool.scad index 06115c7..487d853 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -62,7 +62,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 +122,7 @@ module FilamentCupCup(){ } } -module FilamentCup() { +module FilamentCup() { ////toplevel FilamentCupHandle(); dx = cupbigrad + prongwidth; @@ -168,7 +168,7 @@ module CupSecuringClipSolidSmooth(xrad=0, xdepth=0){ } } -module CupSecuringClip(){ +module CupSecuringClip(){ ////toplevel wingswidth = wingspoke*2 + overclipthick*2 + overcliproundr*2 + totalwidth; difference(){ union(){ @@ -181,17 +181,17 @@ 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]) cylinder($fn=30, h=hublthick+2, r=(hubbigrad-hublwidth)); } - axlerad = hubaxlerad + bigslop; + axlerad = hubaxlerad + slop; difference(){ cylinder(h=hubaxlelen, r=axlerad+hublwidth); translate([0,0,-1]) cylinder($fn=60, h=hubaxlelen+2, r=axlerad); @@ -225,5 +225,4 @@ module Hub(){ //ArmEnd(); //FilamentCup(); //CupSecuringClip(); - -Hub(); +//Hub();