mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-18 13:11:22 +02:00
Added threads to stepper motors and made the test show them.
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 84 KiB |
@@ -27,8 +27,10 @@ module stepper_motors()
|
||||
rotate(180)
|
||||
NEMA(stepper_motors[$i]);
|
||||
|
||||
NEMA_screws(stepper_motors[$i], M3_pan_screw);
|
||||
translate_z(4)
|
||||
NEMA_screws(stepper_motors[$i], M3_pan_screw, n = $i, earth = $i > 4 ? undef : 0);
|
||||
}
|
||||
|
||||
if($preview)
|
||||
stepper_motors();
|
||||
let($show_threads = 1)
|
||||
stepper_motors();
|
||||
|
Reference in New Issue
Block a user