X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=filamentspool.scad;h=f13ba430e0be311a7946d841edcda11af0f59483;hp=b514351879a87947376794fa2f432953d0f03ed6;hb=676d0e4c5ddcd2f0bf0853d677fd62565b36faf0;hpb=b7d6409819396d669ed049b836db07fdc9529f75 diff --git a/filamentspool.scad b/filamentspool.scad index b514351..f13ba43 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -32,13 +32,13 @@ overclipdepth=15; overcliproundr=2.0; overclipthick=0.5; +overclipsmaller=-2.5; +overclipbigger=0.0; + wingspoke=3; wingsize=6; wingthick=3; -overclipsmaller=-1.0; -overclipbigger=2.0; - armendwallthick=2.5; armendbasethick=1.2; @@ -77,7 +77,7 @@ module ArmEnd(length=120){ [ 0, 0, 1, 0 ], [ 0, 0, 0, 1 ]]) cube([ratchettooth - ratchettoothsmoothr*2, - channelwidth, ratchettoothheight]); + channelwidth, ratchettoothheight - ratchettoothsmoothr]); } } } @@ -169,7 +169,7 @@ module CupSecuringClip(){ cube([wingswidth, wingsize, wingthick]); } translate([0,0,-0.1]) - CupSecuringClipSolidSmooth(xrad=0, xdepth=5); + CupSecuringClipSolidSmooth(xrad=0, xdepth=0.2); } }