aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bltouch.py
Commit message (Expand)AuthorAgeFilesLines
...
* bltouch: Issue both a "reset" and a "pin_up" after a successful probeKevin O'Connor2018-12-161-1/+2
* bltouch: Add a config option to disable the bltouch sensor testKevin O'Connor2018-12-161-1/+5
* bltouch: Always make sure to check the endstop at least every 1msKevin O'Connor2018-12-161-3/+7
* bltouch: Fix typo in pin_move_time parsingKevin O'Connor2018-12-041-1/+1
* bltouch: Allow the pin_move_time to be configuredKevin O'Connor2018-12-041-9/+11
* bltouch: Add a BLTOUCH_DEBUG commandKevin O'Connor2018-12-031-13/+32
* bltouch: Fix bug - must restore stepper position after homingKevin O'Connor2018-12-011-0/+7
* bltouch: Add initial support for a bltouch "extras" moduleKevin O'Connor2018-11-301-0/+93