X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=filamentspool.scad;h=7f7c25540b9ed014ba79dfa8012723afaae8a99a;hb=a1b9836649a4950b72135196832cf15f01f76f65;hp=b514351879a87947376794fa2f432953d0f03ed6;hpb=b7d6409819396d669ed049b836db07fdc9529f75;p=reprap-play.git diff --git a/filamentspool.scad b/filamentspool.scad index b514351..7f7c255 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -32,13 +32,13 @@ overclipdepth=15; overcliproundr=2.0; overclipthick=0.5; +overclipsmaller=-1.0; +overclipbigger=2.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]); } } }