chiark / gitweb /
ksafe-base: reduce bevel since must be much less than cnr_rad
[reprap-play.git] / filamentclip.scad
index 8726b14af705e0405909801c68e34c66ea3054f5..e6d7afbc86be990474b7100a68363b8d4a5aa73a 100644 (file)
@@ -4,7 +4,6 @@ include <filamentteeth.scad>
 rad=19;
 h=3.5;
 w=2.5;
-teethw=1.5;
 
 looprad=2.5;
 loopw=w;
@@ -47,7 +46,7 @@ module FilamentClip() {
       rotate([0,0,-40])
       translate([rad+w*0.3+teethw*0.3+fdia/2, 0, 0])
       rotate([0,0,95])
-      FilamentTeeth(fdia=fdia);
+      FilamentTeeth(fdia=fdia, h=h);
   }
 }