diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-02-14 13:00:18 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-24 00:49:47 -0500 |
commit | 80c8bd8b4db39266e72694a1c8348ada51d1efe2 (patch) | |
tree | fcc129655a6374cdd21fdf25882a28f00bb48eda /test/klippy/bed_screws.test | |
parent | 9e8077009e4e0be51ebc064f587d74ca1e945975 (diff) | |
download | kutter-80c8bd8b4db39266e72694a1c8348ada51d1efe2.tar.gz kutter-80c8bd8b4db39266e72694a1c8348ada51d1efe2.tar.xz kutter-80c8bd8b4db39266e72694a1c8348ada51d1efe2.zip |
bed_screws: Add a helper tool for leveling bed screws
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/klippy/bed_screws.test')
-rw-r--r-- | test/klippy/bed_screws.test | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/test/klippy/bed_screws.test b/test/klippy/bed_screws.test new file mode 100644 index 00000000..53fa2cb1 --- /dev/null +++ b/test/klippy/bed_screws.test @@ -0,0 +1,49 @@ +# Test case for bed screws helper tool +CONFIG bed_screws.cfg +DICTIONARY atmega2560-16mhz.dict + +# Start helper script and then abort it +G28 +BED_SCREWS_ADJUST + +ACCEPT +ACCEPT +ABORT + +# Start helper script and run until success +BED_SCREWS_ADJUST + +ACCEPT +ACCEPT +ACCEPT + +ACCEPT +ACCEPT +ACCEPT + +# Start helper script and run with two readjusts +BED_SCREWS_ADJUST + +ACCEPT +ADJUSTED +ACCEPT + +ACCEPT +ACCEPT +ACCEPT + +ADJUSTED +ACCEPT +ACCEPT + +ACCEPT +ACCEPT +ACCEPT + +ACCEPT +ACCEPT +ACCEPT + +# Start helper script and run with two readjusts +BED_SCREWS_ADJUST +ABORT |