blob: 53fa2cb112625c48e5900851ef9e084555818b27 (
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
# Test case for bed screws helper tool
CONFIG bed_screws.cfg
DICTIONARY atmega2560-16mhz.dict
# Start helper script and then abort it
G28
BED_SCREWS_ADJUST
ACCEPT
ACCEPT
ABORT
# Start helper script and run until success
BED_SCREWS_ADJUST
ACCEPT
ACCEPT
ACCEPT
ACCEPT
ACCEPT
ACCEPT
# Start helper script and run with two readjusts
BED_SCREWS_ADJUST
ACCEPT
ADJUSTED
ACCEPT
ACCEPT
ACCEPT
ACCEPT
ADJUSTED
ACCEPT
ACCEPT
ACCEPT
ACCEPT
ACCEPT
ACCEPT
ACCEPT
ACCEPT
# Start helper script and run with two readjusts
BED_SCREWS_ADJUST
ABORT
|