From f65db3cbcde4317061f6f09821a65055c2ae3a27 Mon Sep 17 00:00:00 2001 From: Joachim Glauche Date: Sat, 15 Jun 2013 18:52:35 +0200 Subject: [PATCH] apply small_hole_segments to stepper motor mount --- box_frame/z-axis.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/box_frame/z-axis.scad b/box_frame/z-axis.scad index 99b3c32d..ce95e79c 100644 --- a/box_frame/z-axis.scad +++ b/box_frame/z-axis.scad @@ -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); } }