diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-12-01 22:09:06 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-12-01 22:09:06 -0500 |
commit | aac92ffb916ccf74a9c6692ded671f4f25312b7e (patch) | |
tree | 80fc608614a3a5c6b65990c7658b889f057e8187 /test | |
parent | 6df7356baa9d7b5abab749793bb2afdf4315bb31 (diff) | |
download | kutter-aac92ffb916ccf74a9c6692ded671f4f25312b7e.tar.gz kutter-aac92ffb916ccf74a9c6692ded671f4f25312b7e.tar.xz kutter-aac92ffb916ccf74a9c6692ded671f4f25312b7e.zip |
bltouch: Fix bug - must restore stepper position after homing
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/bltouch.cfg | 2 | ||||
-rw-r--r-- | test/klippy/bltouch.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/klippy/bltouch.cfg b/test/klippy/bltouch.cfg index 4c295f50..aef0b093 100644 --- a/test/klippy/bltouch.cfg +++ b/test/klippy/bltouch.cfg @@ -1,4 +1,4 @@ -# Test config for probe:z_virtual_endstop +# Test config for bltouch [stepper_x] step_pin: ar54 dir_pin: ar55 diff --git a/test/klippy/bltouch.test b/test/klippy/bltouch.test index 914695df..b6b91738 100644 --- a/test/klippy/bltouch.test +++ b/test/klippy/bltouch.test @@ -1,4 +1,4 @@ -# Test case for probe:z_virtual_endstop support +# Test case for bltouch support CONFIG bltouch.cfg DICTIONARY atmega2560-16mhz.dict |