aboutsummaryrefslogtreecommitdiffstats
path: root/test/klippy/commands.test
blob: a32b26e2778150afb3eecd87b8c27167eb25bc2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Tests for miscellaneous g-code commands
DICTIONARY atmega2560.dict
CONFIG ../../config/example.cfg

# Simple status commands
GET_POSITION
M114

STATUS

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 SQUARE_CORNER_VELOCITY=1 ACCEL_TO_DECEL=200
M204 S500

SET_PRESSURE_ADVANCE EXTRUDER=extruder ADVANCE=.001
SET_PRESSURE_ADVANCE ADVANCE=.002 ADVANCE_LOOKAHEAD_TIME=.001