There's no need to include the 16mhz as basically all atmega chips are run at 16mhz. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
9 lines
196 B
Plaintext
9 lines
196 B
Plaintext
# 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
|