mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-17 12:50:37 +02:00
Better test coverage of stepper earth tag position.
This commit is contained in:
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]);
|
NEMA(stepper_motors[$i]);
|
||||||
|
|
||||||
translate_z(4)
|
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)
|
if($preview)
|
||||||
|
Reference in New Issue
Block a user