Better test coverage of stepper earth tag position.
This commit is contained in:
parent
bcff26a27b
commit
95c4359421
BIN
libtest.png
BIN
libtest.png
Binary file not shown.
Before Width: | Height: | Size: 782 KiB After Width: | Height: | Size: 782 KiB |
Binary file not shown.
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
|
@ -28,7 +28,7 @@ module stepper_motors()
|
|||
NEMA(stepper_motors[$i]);
|
||||
|
||||
translate_z(4)
|
||||
NEMA_screws(stepper_motors[$i], M3_pan_screw, n = $i, earth = $i > 4 ? undef : 0);
|
||||
NEMA_screws(stepper_motors[$i], M3_pan_screw, n = $i, earth = $i > 4 ? undef : $i - 1);
|
||||
}
|
||||
|
||||
if($preview)
|
||||
|
|
Loading…
Reference in New Issue