chiark / gitweb /
filamentclip tuning
[reprap-play.git] / filamentclip.scad
index 2b8ea361451020cac77ca1b1e4d2e594eb09a882..364e9318ad951703e076850617447be8b6597196 100644 (file)
@@ -1,8 +1,9 @@
 include <cliphook.scad>
 
-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();
   }