index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
bltouch.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
probe: Rename probe_prepare/finalize to probe_prepare/finish
Kevin O'Connor
2020-04-25
1
-1
/
+1
*
Revert "bltouch: No need to pause the toolhead for PWM off commands"
Kevin O'Connor
2020-04-04
1
-6
/
+4
*
bltouch: No need to pause the toolhead for PWM off commands
Kevin O'Connor
2020-04-02
1
-4
/
+6
*
bltouch: Don't assume reset will do a pin_up in test_sensor()
Kevin O'Connor
2020-04-02
1
-9
/
+16
*
bltouch: Call sync_print_time() on multi_probe_end()
Kevin O'Connor
2020-04-02
1
-0
/
+1
*
bltouch: Apply reset command for a full second on a raise_probe() failure
Kevin O'Connor
2020-04-02
1
-2
/
+1
*
bltouch: Separate out pin_up_not_triggered case in raise_probe()
Kevin O'Connor
2020-04-02
1
-6
/
+9
*
bltouch: Don't raise an error in verify_state()
Kevin O'Connor
2020-04-02
1
-18
/
+17
*
bltouch: BTLOUCH V3.0/V3.1 Enable 5V/OD mode set commands (#2540)
FanDjango
2020-02-23
1
-0
/
+57
*
homing: Don't raise a TimeoutError from home_wait()
Kevin O'Connor
2020-02-19
1
-4
/
+2
*
homing: Replace notify callback with a completion
Kevin O'Connor
2020-02-19
1
-4
/
+3
*
bltouch: Add support for stow_on_each_sample
FanDjango
2020-02-15
1
-8
/
+23
*
probe: Add multi_probe_begin() / multi_probe_end() callbacks
Kevin O'Connor
2020-02-15
1
-0
/
+4
*
homing: Merge home_prepare()/home_finalize() into move_begin/move_end events
Kevin O'Connor
2020-02-15
1
-4
/
+2
*
kinematics: Remove support for identifying Z steppers
Kevin O'Connor
2020-01-23
1
-2
/
+3
*
toolhead: Rename _full_flush() to flush_step_generation() and use globally
Kevin O'Connor
2019-11-21
1
-0
/
+2
*
bltouch: No need to call get/set_commanded_position()
Kevin O'Connor
2019-11-13
1
-4
/
+0
*
stepper: Remove add_to_endstop() method
Kevin O'Connor
2019-11-12
1
-1
/
+1
*
bltouch: Improve handling of low pin_move_time configuration
Kevin O'Connor
2019-09-14
1
-1
/
+2
*
homing: Implement homing via new toolhead "drip" movement
Kevin O'Connor
2019-07-10
1
-3
/
+4
*
mcu: Integrate query_endstop_wait() into query_endstop()
Kevin O'Connor
2019-07-10
1
-1
/
+0
*
probe: No need to re-raise an EndstopError
Kevin O'Connor
2019-06-06
1
-2
/
+2
*
bltouch: Update command timing
Kevin O'Connor
2019-05-26
1
-5
/
+5
*
gcode: Change respond_info() to log by default
Kevin O'Connor
2019-03-04
1
-4
/
+1
*
bltouch: Issue just a pin_up command on a normal raise probe attempt
Kevin O'Connor
2019-02-04
1
-1
/
+2
*
bltouch: Increase default pin_move_time from 200ms to 675ms
Kevin O'Connor
2019-02-04
1
-1
/
+1
*
bltouch: Don't error on startup if the bltouch is in an error state
Kevin O'Connor
2019-01-31
1
-1
/
+1
*
bltouch: Retry reset/pin_up if the raise probe attempt fails
Kevin O'Connor
2019-01-31
1
-8
/
+20
*
bltouch: Take into account clock skew when calculating command duration
Kevin O'Connor
2019-01-21
1
-1
/
+5
*
bltouch: Add a pin_up_touch_mode_reports_triggered config option
Kevin O'Connor
2019-01-21
1
-2
/
+4
*
bltouch: Raise probe on startup
Kevin O'Connor
2019-01-21
1
-6
/
+16
*
bltouch: Attempt to verify that the probe raises after each probe attempt
Kevin O'Connor
2019-01-21
1
-13
/
+22
*
bltouch: Use pin_down mode for probing
Kevin O'Connor
2019-01-21
1
-3
/
+7
*
bltouch: Simplify time keeping of scheduled events
Kevin O'Connor
2019-01-21
1
-26
/
+33
*
bltouch: Verify probe always deploys during a homing operation
Kevin O'Connor
2019-01-21
1
-0
/
+7
*
bltouch: Issue both a "reset" and a "pin_up" after a successful probe
Kevin O'Connor
2018-12-16
1
-1
/
+2
*
bltouch: Add a config option to disable the bltouch sensor test
Kevin O'Connor
2018-12-16
1
-1
/
+5
*
bltouch: Always make sure to check the endstop at least every 1ms
Kevin O'Connor
2018-12-16
1
-3
/
+7
*
bltouch: Fix typo in pin_move_time parsing
Kevin O'Connor
2018-12-04
1
-1
/
+1
*
bltouch: Allow the pin_move_time to be configured
Kevin O'Connor
2018-12-04
1
-9
/
+11
*
bltouch: Add a BLTOUCH_DEBUG command
Kevin O'Connor
2018-12-03
1
-13
/
+32
*
bltouch: Fix bug - must restore stepper position after homing
Kevin O'Connor
2018-12-01
1
-0
/
+7
*
bltouch: Add initial support for a bltouch "extras" module
Kevin O'Connor
2018-11-30
1
-0
/
+93