From 46c84923e13cb4398a20c3486762f89d0c1b5739 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 6 Sep 2012 20:21:02 +0100 Subject: [PATCH] filamentclip tuning more --- filamentclip.scad | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/filamentclip.scad b/filamentclip.scad index 364e931..5af0b52 100644 --- a/filamentclip.scad +++ b/filamentclip.scad @@ -2,7 +2,7 @@ include rad=19; h=3.5; -w=2.0; +w=2.5; teethw=1.5; looprad=2.5; @@ -55,14 +55,14 @@ module our_ClipHook(ye){ } module FilamentClip() { - rotate([0,0,-62.5]) { + rotate([0,0,-70]) { translate([0,rad-1.5,0]) { rotate([0,0,8]) our_ClipHook(ye=-1.3); } } - rotate([0,0,-30]) { + rotate([0,0,-35]) { translate([0,rad,0]) { rotate([0,0,180]) our_ClipHook(ye=0.8); @@ -71,7 +71,7 @@ module FilamentClip() { linear_extrude(height=h) { assign($fn=80) { - FlatArc(0,0, rad-w/2,rad+w/2, 80,365); + FlatArc(0,0, rad-w/2,rad+w/2, 80,350); } assign($fn=30) { FlatArc(0,rad+looprad+w, looprad,looprad+loopw); @@ -80,9 +80,9 @@ module FilamentClip() { for (mir=[0,1]) { mirror([mir,0,0]) - rotate([0,0,-20]) - translate([rad+w/2+teethw/2+fdia/2, 0, 0]) - rotate([0,0,100]) + rotate([0,0,-40]) + translate([rad+w*0.3+teethw*0.3+fdia/2, 0, 0]) + rotate([0,0,95]) FilamentClipTeeth(); } } -- 2.30.2