Move all the config reference information from files in the config/ directory to a new Config_Reference.md document. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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
|