mirror of
https://github.com/QIDITECH/klipper.git
synced 2026-01-30 23:48:43 +03:00
9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
# Test that basic bounds checks work
|
|
CONFIG ../../config/example-cartesian.cfg
|
|
DICTIONARY atmega2560.dict
|
|
SHOULD_FAIL
|
|
|
|
# Home the printer, and then attempt to move to an obviously bad location
|
|
G28
|
|
G1 Y9999
|