diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-12-18 17:10:13 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-12-18 17:12:44 -0500 |
commit | 531575651c7b2e7047edfdf4a07f71d6cebe9be9 (patch) | |
tree | fe9706cb23e59775fdb03386eebc203449a10ebc | |
parent | d0f09727a95ce8809b3625d0f13d87918b5848fb (diff) | |
download | kutter-531575651c7b2e7047edfdf4a07f71d6cebe9be9.tar.gz kutter-531575651c7b2e7047edfdf4a07f71d6cebe9be9.tar.xz kutter-531575651c7b2e7047edfdf4a07f71d6cebe9be9.zip |
bltouch: Document that bltouch "clones" may not work correctly
There is concern that the bltouch.py module may not perform adequately
on some bltouch "clones". Document that.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/example-extras.cfg | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 6448f16a..57c9ddd1 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -44,7 +44,8 @@ # BLTouch probe. One may define this section (instead of a probe -# section) to enable a BLTouch probe. A virtual +# section) to enable a BLTouch probe. (Note! This bltouch module may +# not work correctly with some BLTouch "clones"!) A virtual # "probe:z_virtual_endstop" pin is also created (see the "probe" # section above for the details). #[bltouch] @@ -57,12 +58,6 @@ #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: |