aboutsummaryrefslogtreecommitdiffstats
path: root/test/klippy/commands.test
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-07-05 11:02:48 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-07-05 11:02:48 -0400
commit85797a1f76f8f4a6a3ad90731077a6ce2660e7ed (patch)
tree5e9302c3bb4fcfcdfb24662ddddf4d97bdf9ad7a /test/klippy/commands.test
parent295a6f48fc05e942719e553208dd454f0e54c04f (diff)
downloadkutter-85797a1f76f8f4a6a3ad90731077a6ce2660e7ed.tar.gz
kutter-85797a1f76f8f4a6a3ad90731077a6ce2660e7ed.tar.xz
kutter-85797a1f76f8f4a6a3ad90731077a6ce2660e7ed.zip
test: Add additional commands to test in commands.test
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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