mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-06-29 18:30:36 +00:00
Update descriptions and dont call unneeded functions
This commit is contained in:
parent
fe346cd4d1
commit
eb91f08725
94 changed files with 385 additions and 117 deletions
config/examples/WASP/PowerWASP
|
@ -837,7 +837,10 @@
|
|||
#if ENABLED(BLTOUCH)
|
||||
//#define BLTOUCH_DELAY 375 // (ms) Enable and increase if needed
|
||||
|
||||
// BLTouch V3.0 and newer smart series
|
||||
/** 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.
|
||||
*/
|
||||
//#define BLTOUCH_V3
|
||||
#if ENABLED(BLTOUCH_V3)
|
||||
//#define BLTOUCH_FORCE_5V_MODE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue