diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-12-13 16:58:34 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-12-16 11:06:41 -0500 |
commit | ccc25a03d5fc4a17f7112e2b343335aa71a48faf (patch) | |
tree | b1882a61c25f6718ebb84dc08a66e1b4be0c519d /config | |
parent | ce064e6e2d842632c5c39341882f24f6ed20243c (diff) | |
download | kutter-ccc25a03d5fc4a17f7112e2b343335aa71a48faf.tar.gz kutter-ccc25a03d5fc4a17f7112e2b343335aa71a48faf.tar.xz kutter-ccc25a03d5fc4a17f7112e2b343335aa71a48faf.zip |
bltouch: Add a config option to disable the bltouch sensor test
It appears some bltouch "clones" do not report the probe as triggered
when put in "touch mode" while the pin is raised. Add a config option
to allow users to disable the test.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 27219b3f..6448f16a 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -54,9 +54,15 @@ #control_pin: # Pin connected to the BLTouch control pin. This parameter must be # provided. -#pin_move_time: +#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. +#test_sensor_pin: True +# This enables a software test of the BLTouch sensor pin during the +# first probe attempt. The test can help catch cases where the +# BLTouch is not responding correctly. It may be necessary to +# disable this test for some BLTouch "clones" if they consistently +# report "BLTouch sensor test failed" errors. The default is True. #x_offset: #y_offset: #z_offset: |