aboutsummaryrefslogtreecommitdiffstats
path: root/test/klippy
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-01-29 19:45:40 -0500
committerKevin O'Connor <kevin@koconnor.net>2022-02-10 13:24:21 -0500
commit2af8c5aa8620019bb0fa4ada415f219a9e09b1db (patch)
tree72046278ef2b149f880a2b89e94375c49a122825 /test/klippy
parent9ec97424844c76bbc0c5604e15aa195282b6c955 (diff)
downloadkutter-2af8c5aa8620019bb0fa4ada415f219a9e09b1db.tar.gz
kutter-2af8c5aa8620019bb0fa4ada415f219a9e09b1db.tar.xz
kutter-2af8c5aa8620019bb0fa4ada415f219a9e09b1db.zip
extruder: Add new SYNC_EXTRUDER_MOTION command
This command is a rename of SYNC_STEPPER_TO_EXTRUDER. This change is in preparation for the removal of SYNC_STEPPER_TO_EXTRUDER. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/klippy')
-rw-r--r--test/klippy/extruders.test10
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