blob: 9a56dea9a74343085e7746268e679d9175a60c15 (
plain)
1
2
3
4
5
6
7
8
|
# Test that basic bounds checks work
CONFIG ../../config/example.cfg
DICTIONARY atmega2560.dict
SHOULD_FAIL
# Home the printer, and then attempt to move to an obviously bad location
G28
G1 Y9999
|