aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bltouch.py
Commit message (Expand)AuthorAgeFilesLines
* bltouch: Raise probe on startupKevin O'Connor2019-01-211-6/+16
* bltouch: Attempt to verify that the probe raises after each probe attemptKevin O'Connor2019-01-211-13/+22
* bltouch: Use pin_down mode for probingKevin O'Connor2019-01-211-3/+7
* bltouch: Simplify time keeping of scheduled eventsKevin O'Connor2019-01-211-26/+33
* bltouch: Verify probe always deploys during a homing operationKevin O'Connor2019-01-211-0/+7
* 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