Stepper shadow was in wrong place on Z
authorVáclav 'Ax' Hůla <axtheb@gmail.com>
Sun, 10 Feb 2013 23:08:13 +0000 (00:08 +0100)
committerVáclav 'Ax' Hůla <axtheb@gmail.com>
Sun, 10 Feb 2013 23:08:13 +0000 (00:08 +0100)
box_frame/z-axis.scad

index 239774a..0f65aff 100644 (file)
@@ -23,7 +23,7 @@ module zmotorholder(thickness=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, shadow=5);
+                        mirror([0, 0, 1]) nema17(places=[0, 1, 1, 1], holes=true, h=bottom_thickness + 1, shadow=-6 + layer_height);
                 }
             }
         }