mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-06-29 02:10:57 +00:00
Less timely comment, tweak conditions
This commit is contained in:
parent
eb91f08725
commit
b46ca9aa94
93 changed files with 374 additions and 284 deletions
config/examples/WASP/PowerWASP
|
@ -837,9 +837,10 @@
|
|||
#if ENABLED(BLTOUCH)
|
||||
//#define BLTOUCH_DELAY 375 // (ms) Enable and increase if needed
|
||||
|
||||
/** BLTouch V3.0 and newer smart series
|
||||
* Functions with most genuine sensors, however clones have been reporting issues with the new code.
|
||||
* If the pin trigger is not detected, first try swapping black and white wires then toggle this.
|
||||
/**
|
||||
* BLTouch V3.0 and newer smart series
|
||||
* For genuine BLTouch 3.0 sensors. Clones may be confused by 3.0 command angles. YMMV.
|
||||
* If the pin trigger is not detected, first try swapping the black and white wires then toggle this.
|
||||
*/
|
||||
//#define BLTOUCH_V3
|
||||
#if ENABLED(BLTOUCH_V3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue