apply small_hole_segments to stepper motor mount
authorJoachim Glauche <webmaster@joaz.de>
Sat, 15 Jun 2013 16:52:35 +0000 (18:52 +0200)
committerJoachim Glauche <webmaster@joaz.de>
Sat, 15 Jun 2013 16:52:35 +0000 (18:52 +0200)
box_frame/z-axis.scad

index 99b3c32..ce95e79 100644 (file)
@@ -23,7 +23,7 @@ module zmotorholder(thickness=(i_am_box == 0 ? 38 : 23), bottom_thickness=5){
                 // motor screw holes
                 translate([board_to_xz_distance, board_to_xz_distance, thickness]) {
                     mirror([0, 0, 1]) translate([0, 0, thickness-8])
-                        nema17(places=[0, 1, 1, 1], holes=true, h=bottom_thickness + 1);
+                        nema17(places=[0, 1, 1, 1], holes=true, h=bottom_thickness + 1, $fn=small_hole_segments);
                         //shadow=-6 + layer_height);
                 }
             }