[1.1.x] BLTouch 3.0 - 3.1 (#14839)

This commit is contained in:
InsanityAutomation 2019-08-07 00:06:24 -04:00 committed by Scott Lahteine
parent fdd2316691
commit 93f9209dbb
114 changed files with 3213 additions and 916 deletions

View file

@ -719,20 +719,7 @@
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
*/
//#define BLTOUCH
#if ENABLED(BLTOUCH)
//#define BLTOUCH_DELAY 375 // (ms) Enable and increase if needed
/**
* 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)
//#define BLTOUCH_FORCE_5V_MODE
//#define BLTOUCH_FORCE_OPEN_DRAIN_MODE
#endif
#endif
/**
* Enable one or more of the following if probing seems unreliable.