diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-01-04 20:20:02 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-01-21 09:52:11 -0500 |
commit | e36122797b0fdf949ff6bedb2f796afe43513577 (patch) | |
tree | 6796afc183df9e70822a19dc5e611cb937acd2ba /config | |
parent | 99f96f283230e2ceac139a4d9de072574be3364f (diff) | |
download | kutter-e36122797b0fdf949ff6bedb2f796afe43513577.tar.gz kutter-e36122797b0fdf949ff6bedb2f796afe43513577.tar.xz kutter-e36122797b0fdf949ff6bedb2f796afe43513577.zip |
bltouch: Attempt to verify that the probe raises after each probe attempt
Query the bltouch state during the pin_up command to try and verify
that the probe does actually retract. This may be useful to detect if
the bltouch enters into an "error" state.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 5ef8e404..4eba6625 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -58,6 +58,11 @@ #pin_move_time: 0.200 # The amount of time (in seconds) that it takes the BLTouch pin to # move up or down. The default is 0.200 seconds. +#pin_up_reports_not_triggered: True +# Set if the BLTouch consistently reports the probe in a "not +# triggered" state after a successful "pin_up" command. This should +# be True for a genuine BLTouch; some BLTouch clones may require +# False. The default is True. #x_offset: #y_offset: #z_offset: |