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
*
mcu: Return time of trigger from home_wait()
Kevin O'Connor
2021-08-17
1
-1
/
+2
*
bltouch: Ensure the z_offset is not negative
Kevin O'Connor
2021-06-22
1
-1
/
+1
*
probe: Call add_stepper() earlier in boot process
Kevin O'Connor
2021-06-09
1
-2
/
+3
*
bltouch: Minor indentation change
Kevin O'Connor
2021-04-02
1
-3
/
+2
*
bltouch: Raise the probe as soon as the endstop triggers
Kevin O'Connor
2021-04-02
1
-9
/
+24
*
bltouch: Use hmove.check_no_movement() to verify bltouch deployed
Kevin O'Connor
2021-04-02
1
-10
/
+3
*
homing: Pass the HomingMove class to homing_move_begin/end events
Kevin O'Connor
2021-03-29
1
-2
/
+2
*
homing: Move homing logic from manual_stepper.py to homing.py
Kevin O'Connor
2021-03-29
1
-2
/
+3
*
bltouch: Fix bug causing incorrect position when "stow_on_each_sample=False"
Kevin O'Connor
2020-10-24
1
-0
/
+1
*
bltouch: Add an extra 200ms delay to the initialization process
Kevin O'Connor
2020-10-11
1
-0
/
+2
*
homing: Remove EndstopError
Kevin O'Connor
2020-09-04
1
-5
/
+5
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-1
/
+2
*
bltouch: Add "probe in touch mode" option
Kevin O'Connor
2020-05-11
1
-0
/
+4
*
bltouch: Simplify handling of command timing
Kevin O'Connor
2020-05-11
1
-28
/
+23
*
bltouch: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-8
/
+8
*
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
[next]