Skip to content

Commit

Permalink
apply small_hole_segments to stepper motor mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Glauche committed Jun 15, 2013
1 parent 7da2900 commit f65db3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion box_frame/z-axis.scad
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit f65db3c

Please sign in to comment.