mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-16 05:09:56 +01:00
test: Add additional commands to test in commands.test
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -4,6 +4,7 @@ CONFIG ../../config/example.cfg
|
|||||||
|
|
||||||
# Simple status commands
|
# Simple status commands
|
||||||
GET_POSITION
|
GET_POSITION
|
||||||
|
M114
|
||||||
|
|
||||||
STATUS
|
STATUS
|
||||||
|
|
||||||
@@ -11,11 +12,16 @@ HELP
|
|||||||
|
|
||||||
QUERY_ENDSTOPS
|
QUERY_ENDSTOPS
|
||||||
|
|
||||||
|
M115
|
||||||
|
|
||||||
# Restart command
|
# Restart command
|
||||||
RESTART
|
RESTART
|
||||||
|
|
||||||
|
M18
|
||||||
|
|
||||||
# Update commands
|
# Update commands
|
||||||
SET_GCODE_OFFSET Z=.1
|
SET_GCODE_OFFSET Z=.1
|
||||||
|
M206 Z-.2
|
||||||
SET_GCODE_OFFSET Z_ADJUST=-.1
|
SET_GCODE_OFFSET Z_ADJUST=-.1
|
||||||
|
|
||||||
SET_VELOCITY_LIMIT ACCEL=100 VELOCITY=20 JUNCTION_DEVIATION=.001 ACCEL_TO_DECEL=200
|
SET_VELOCITY_LIMIT ACCEL=100 VELOCITY=20 JUNCTION_DEVIATION=.001 ACCEL_TO_DECEL=200
|
||||||
|
|||||||
Reference in New Issue
Block a user