aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bltouch.py
Commit message (Expand)AuthorAgeFilesLines
* Isort all klippy codeTomasz Kramkowski2025-08-151-0/+1
* Run black on all first party python codeTomasz Kramkowski2025-08-061-86/+126
* probe: Remove ProbeEndstopSessionHelperKevin O'Connor2025-04-181-2/+6
* probe: Add a new ProbeEndstopSessionHelper classKevin O'Connor2025-04-181-1/+1
* probe: Add a default probing_move() function to HomingViaProbeHelperKevin O'Connor2025-04-181-3/+0
* configfile: Allow getchoice() to take a listKevin O'Connor2024-06-171-1/+1
* bltouch: No need to use PrinterProbe() classKevin O'Connor2024-06-101-8/+22
* probe: Move add_steppers() logic to HomingViaProbeHelper classKevin O'Connor2024-06-101-7/+0
* bltouch: Use ppins.setup_pin() helperKevin O'Connor2024-06-101-4/+1
* mcu: Raise an error on a failed home_wait() callKevin O'Connor2024-05-211-1/+5
* probe: Add a probing_move() wrapper to low-level mcu_probe classKevin O'Connor2024-04-091-0/+3
* mcu: Return time of trigger from home_wait()Kevin O'Connor2021-08-171-1/+2
* bltouch: Ensure the z_offset is not negativeKevin O'Connor2021-06-221-1/+1
* probe: Call add_stepper() earlier in boot processKevin O'Connor2021-06-091-2/+3
* bltouch: Minor indentation changeKevin O'Connor2021-04-021-3/+2
* bltouch: Raise the probe as soon as the endstop triggersKevin O'Connor2021-04-021-9/+24
* bltouch: Use hmove.check_no_movement() to verify bltouch deployedKevin O'Connor2021-04-021-10/+3
* homing: Pass the HomingMove class to homing_move_begin/end eventsKevin O'Connor2021-03-291-2/+2
* homing: Move homing logic from manual_stepper.py to homing.pyKevin O'Connor2021-03-291-2/+3
* 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