aboutsummaryrefslogtreecommitdiffstats
path: root/test/klippy/quad_gantry_level.test
blob: b6cdcdd7a771d0464eba0e30b4ead3bada376f0d (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
# Test case for z_tilt and quad_gantry_level
CONFIG z_tilt.cfg
DICTIONARY atmega2560.dict

# Start by homing the printer.
G28
G1 Z5 X10 Y10 F6000
M400
GET_POSITION

# Run QUAD_GANTRY_LEVEL in manual mode
QUAD_GANTRY_LEVEL METHOD=MANUAL
G1 Z2.909972
ACCEPT
G1 Z2.924972
ACCEPT
G1 Z2.959972
ACCEPT
G1 Z2.924972
ACCEPT

# Report position
G1 Z5 X10 Y10 F6000
M400
GET_POSITION

# Run again in automatic mode
QUAD_GANTRY_LEVEL