aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bltouch.py
Commit message (Expand)AuthorAgeFilesLines
* bltouch: Fix bug causing incorrect position when "stow_on_each_sample=False"Kevin O'Connor2020-10-241-0/+1
* bltouch: Add an extra 200ms delay to the initialization processKevin O'Connor2020-10-111-0/+2
* homing: Remove EndstopErrorKevin O'Connor2020-09-041-5/+5
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-1/+2
* bltouch: Add "probe in touch mode" optionKevin O'Connor2020-05-111-0/+4
* bltouch: Simplify handling of command timingKevin O'Connor2020-05-111-28/+23
* bltouch: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-8/+8
* probe: Rename probe_prepare/finalize to probe_prepare/finishKevin O'Connor2020-04-251-1/+1
* Revert "bltouch: No need to pause the toolhead for PWM off commands"Kevin O'Connor2020-04-041-6/+4
* bltouch: No need to pause the toolhead for PWM off commandsKevin O'Connor2020-04-021-4/+6
* bltouch: Don't assume reset will do a pin_up in test_sensor()Kevin O'Connor2020-04-021-9/+16
* bltouch: Call sync_print_time() on multi_probe_end()Kevin O'Connor2020-04-021-0/+1
* bltouch: Apply reset command for a full second on a raise_probe() failureKevin O'Connor2020-04-021-2/+1
* bltouch: Separate out pin_up_not_triggered case in raise_probe()Kevin O'Connor2020-04-021-6/+9
* bltouch: Don't raise an error in verify_state()Kevin O'Connor2020-04-021-18/+17
* bltouch: BTLOUCH V3.0/V3.1 Enable 5V/OD mode set commands (#2540)FanDjango2020-02-231-0/+57
* homing: Don't raise a TimeoutError from home_wait()Kevin O'Connor2020-02-191-4/+2
* homing: Replace notify callback with a completionKevin O'Connor2020-02-191-4/+3
* bltouch: Add support for stow_on_each_sampleFanDjango2020-02-151-8/+23
* probe: Add multi_probe_begin() / multi_probe_end() callbacksKevin O'Connor2020-02-151-0/+4
* homing: Merge home_prepare()/home_finalize() into move_begin/move_end eventsKevin O'Connor2020-02-151-4/+2
* kinematics: Remove support for identifying Z steppersKevin O'Connor2020-01-231-2/+3
* toolhead: Rename _full_flush() to flush_step_generation() and use globallyKevin O'Connor2019-11-211-0/+2
* bltouch: No need to call get/set_commanded_position()Kevin O'Connor2019-11-131-4/+0
* stepper: Remove add_to_endstop() methodKevin O'Connor2019-11-121-1/+1
* bltouch: Improve handling of low pin_move_time configurationKevin O'Connor2019-09-141-1/+2
* homing: Implement homing via new toolhead "drip" movementKevin O'Connor2019-07-101-3/+4
* mcu: Integrate query_endstop_wait() into query_endstop()Kevin O'Connor2019-07-101-1/+0
* probe: No need to re-raise an EndstopErrorKevin O'Connor2019-06-061-2/+2
* bltouch: Update command timingKevin O'Connor2019-05-261-5/+5
* gcode: Change respond_info() to log by defaultKevin O'Connor2019-03-041-4/+1
* bltouch: Issue just a pin_up command on a normal raise probe attemptKevin O'Connor2019-02-041-1/+2
* bltouch: Increase default pin_move_time from 200ms to 675msKevin O'Connor2019-02-041-1/+1
* bltouch: Don't error on startup if the bltouch is in an error stateKevin O'Connor2019-01-311-1/+1
* bltouch: Retry reset/pin_up if the raise probe attempt failsKevin O'Connor2019-01-311-8/+20
* bltouch: Take into account clock skew when calculating command durationKevin O'Connor2019-01-211-1/+5
* bltouch: Add a pin_up_touch_mode_reports_triggered config optionKevin O'Connor2019-01-211-2/+4
* 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