aboutsummaryrefslogtreecommitdiffstats
path: root/test/klippy/bltouch.test
blob: 7c843d033a48a91fc64caad22074a450cc38c147 (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
# Test case for bltouch support
CONFIG bltouch.cfg
DICTIONARY atmega2560.dict

# Start by homing the printer.
G28
G1 F6000

# Z / X / Y moves
G1 Z1
G1 X1
G1 Y1

# Run BLTOUCH_DEBUG
BLTOUCH_DEBUG
BLTOUCH_DEBUG COMMAND=reset

# Run bed_mesh_calibrate
BED_MESH_CALIBRATE

# Move again
G1 Z5 X0 Y0

# Do regular probe
PROBE
QUERY_PROBE

# Move again
G1 Z9