From: Ian Jackson Date: Thu, 6 Sep 2012 18:36:29 +0000 (+0100) Subject: filamentclip tuning X-Git-Tag: filamentspool-v2-release~899 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=90e91479f2f71f1f4b9882fbdf6e0d3f7c0a673c filamentclip tuning --- diff --git a/filamentclip.scad b/filamentclip.scad index 2b8ea36..364e931 100644 --- a/filamentclip.scad +++ b/filamentclip.scad @@ -1,8 +1,9 @@ include -rad=18; +rad=19; h=3.5; -w=1.5; +w=2.0; +teethw=1.5; looprad=2.5; loopw=w; @@ -12,7 +13,7 @@ fdia=1.77; d=0.01; -module FilamentClipTeeth(teethw=1.5, +module FilamentClipTeeth(teethw=teethw, stembendd=0.5, stembendl=7, teethxl=1.5) { gapw = fdia-stembendd*2; teethbigw = gapw + teethw*2; @@ -54,7 +55,7 @@ module our_ClipHook(ye){ } module FilamentClip() { - rotate([0,0,-60]) { + rotate([0,0,-62.5]) { translate([0,rad-1.5,0]) { rotate([0,0,8]) our_ClipHook(ye=-1.3); @@ -80,7 +81,7 @@ module FilamentClip() { for (mir=[0,1]) { mirror([mir,0,0]) rotate([0,0,-20]) - translate([rad+w+fdia/2, 0, 0]) + translate([rad+w/2+teethw/2+fdia/2, 0, 0]) rotate([0,0,100]) FilamentClipTeeth(); }