diff options
Diffstat (limited to 'test/klippy/out_of_bounds.test')
-rw-r--r-- | test/klippy/out_of_bounds.test | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/klippy/out_of_bounds.test b/test/klippy/out_of_bounds.test new file mode 100644 index 00000000..5375ea7e --- /dev/null +++ b/test/klippy/out_of_bounds.test @@ -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 |