aboutsummaryrefslogtreecommitdiffstats
path: root/test/klippy/commands.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/klippy/commands.test')
-rw-r--r--test/klippy/commands.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/klippy/commands.test b/test/klippy/commands.test
index c49a0095..03c45125 100644
--- a/test/klippy/commands.test
+++ b/test/klippy/commands.test
@@ -4,6 +4,7 @@ CONFIG ../../config/example.cfg
# Simple status commands
GET_POSITION
+M114
STATUS
@@ -11,11 +12,16 @@ HELP
QUERY_ENDSTOPS
+M115
+
# Restart command
RESTART
+M18
+
# Update commands
SET_GCODE_OFFSET Z=.1
+M206 Z-.2
SET_GCODE_OFFSET Z_ADJUST=-.1
SET_VELOCITY_LIMIT ACCEL=100 VELOCITY=20 JUNCTION_DEVIATION=.001 ACCEL_TO_DECEL=200