blob: e07ea07155f722646d709e8a77806f044ced8ab0 (
plain)
1
2
3
4
5
6
7
8
|
# 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
|