diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/extruders.test | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/klippy/extruders.test b/test/klippy/extruders.test index 889d5e34..a48d2dca 100644 --- a/test/klippy/extruders.test +++ b/test/klippy/extruders.test @@ -21,20 +21,20 @@ SET_EXTRUDER_ROTATION_DISTANCE EXTRUDER=extruder DISTANCE=-33.1 G1 X30 Y30 E8.2 # Disable extruder stepper motor -SYNC_STEPPER_TO_EXTRUDER STEPPER=extruder EXTRUDER= +SYNC_EXTRUDER_MOTION EXTRUDER=extruder MOTION_QUEUE= G1 X35 Y35 E8.5 # Disable my_extra_stepper stepper motor -SYNC_STEPPER_TO_EXTRUDER STEPPER=my_extra_stepper EXTRUDER= +SYNC_EXTRUDER_MOTION EXTRUDER=my_extra_stepper MOTION_QUEUE= G1 X40 Y40 E9.0 # Enable extruder stepper motor -SYNC_STEPPER_TO_EXTRUDER STEPPER=extruder EXTRUDER=extruder +SYNC_EXTRUDER_MOTION EXTRUDER=extruder MOTION_QUEUE=extruder G1 X45 Y45 E9.5 # Switch to just my_extra_stepper stepper motor -SYNC_STEPPER_TO_EXTRUDER STEPPER=extruder EXTRUDER= -SYNC_STEPPER_TO_EXTRUDER STEPPER=my_extra_stepper EXTRUDER=extruder +SYNC_EXTRUDER_MOTION EXTRUDER=extruder MOTION_QUEUE= +SYNC_EXTRUDER_MOTION EXTRUDER=my_extra_stepper MOTION_QUEUE=extruder G1 X50 Y50 E10.0 # Test pressure advance move |