mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-15 20:59:56 +01:00
test: Add basic klippy regression tests
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
8
test/klippy/out_of_bounds.test
Normal file
8
test/klippy/out_of_bounds.test
Normal file
@@ -0,0 +1,8 @@
|
||||
# Test that basic bounds checks work
|
||||
CONFIG ../../config/example.cfg
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
SHOULD_FAIL
|
||||
|
||||
# Home the printer, and then attempt to move to an obviously bad location
|
||||
G28
|
||||
G1 Y9999
|
||||
Reference in New Issue
Block a user