give nema17 screw longer head shaft
authorVáclav 'Ax' Hůla <axtheb@gmail.com>
Mon, 4 Jun 2012 11:03:10 +0000 (13:03 +0200)
committerVáclav 'Ax' Hůla <axtheb@gmail.com>
Mon, 4 Jun 2012 11:03:10 +0000 (13:03 +0200)
inc/functions.scad

index 894299f..408a6f5 100644 (file)
@@ -89,7 +89,7 @@ module nema17(places=[1,1,1,1], size=15.5, h=10, holes=false, shadow=false, $fn=
         if (places[i] == 1) {
             rotate([0, 0, 90*i]) translate([size, size, 0]) {
                 if (holes) {
-                    rotate([0, 0, -90*i])  screw(r=1.7, slant=false, head_drop=3, $fn=$fn, h=h+2);
+                    rotate([0, 0, -90*i])  translate([0,0,-10]) screw(r=1.7, slant=false, head_drop=13, $fn=$fn, h=h+12);
                 } else {
                     rotate([0, 0, -90*i]) cylinder(h=h, r=5.5, $fn=$fn);
                 }