Less timely comment, tweak conditions
This commit is contained in:
parent
eb91f08725
commit
b46ca9aa94
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -71,19 +71,17 @@ bool BLTouch::set_deployed(const bool in_deploy) {
|
|||
}
|
||||
|
||||
#if ENABLED(BLTOUCH_V3)
|
||||
#if ENABLED(BLTOUCH_FORCE_5V_MODE)
|
||||
set_5V_mode();
|
||||
#elif ENABLED(BLTOUCH_FORCE_OPEN_DRAIN_MODE)
|
||||
set_OD_mode();
|
||||
#elif ENABLED(ENDSTOPPULLUPS) || ALL(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN, ENDSTOPPULLUP_ZMIN) || (USES_Z_MIN_PROBE_ENDSTOP && ENABLED(ENDSTOPPULLUP_ZMIN_PROBE))
|
||||
set_5V_mode(); // Assume 5V DC logic level if endstop pullup resistors are enabled
|
||||
#else
|
||||
#if EITHER(BLTOUCH_FORCE_5V_MODE, ENDSTOPPULLUPS) \
|
||||
|| ALL(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN, ENDSTOPPULLUP_ZMIN) \
|
||||
|| (USES_Z_MIN_PROBE_ENDSTOP && ENABLED(ENDSTOPPULLUP_ZMIN_PROBE))
|
||||
set_5V_mode(); // Assume 5V DC logic level if endstop pullup resistors are enabled
|
||||
#elif true || ENABLED(BLTOUCH_FORCE_OPEN_DRAIN_MODE)
|
||||
set_OD_mode();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
if (in_deploy) {
|
||||
_deploy();
|
||||
|
||||
#if ENABLED(BLTOUCH_V3)
|
||||
set_SW_mode();
|
||||
#endif
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -824,9 +824,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)
|
||||
|
|
|
@ -838,9 +838,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -829,9 +829,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -865,9 +865,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)
|
||||
|
|
|
@ -831,9 +831,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)
|
||||
|
|
|
@ -828,9 +828,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)
|
||||
|
|
|
@ -819,9 +819,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -806,9 +806,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)
|
||||
|
|
|
@ -819,9 +819,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)
|
||||
|
|
|
@ -806,9 +806,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)
|
||||
|
|
|
@ -817,9 +817,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)
|
||||
|
|
|
@ -828,9 +828,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -819,9 +819,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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -828,9 +828,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)
|
||||
|
|
|
@ -822,9 +822,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)
|
||||
|
|
|
@ -822,9 +822,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)
|
||||
|
|
|
@ -828,9 +828,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)
|
||||
|
|
|
@ -829,9 +829,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)
|
||||
|
|
|
@ -800,9 +800,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)
|
||||
|
|
|
@ -800,9 +800,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)
|
||||
|
|
|
@ -810,9 +810,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)
|
||||
|
|
|
@ -824,9 +824,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)
|
||||
|
|
|
@ -901,9 +901,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)
|
||||
|
|
|
@ -847,9 +847,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)
|
||||
|
|
|
@ -834,9 +834,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)
|
||||
|
|
|
@ -801,9 +801,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)
|
||||
|
|
|
@ -801,9 +801,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)
|
||||
|
|
|
@ -833,9 +833,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)
|
||||
|
|
|
@ -825,9 +825,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)
|
||||
|
|
|
@ -834,9 +834,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)
|
||||
|
|
|
@ -833,9 +833,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -822,9 +822,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)
|
||||
|
|
|
@ -830,9 +830,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)
|
||||
|
|
|
@ -838,9 +838,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)
|
||||
|
|
|
@ -838,9 +838,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)
|
||||
|
|
|
@ -817,9 +817,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)
|
||||
|
|
|
@ -822,9 +822,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)
|
||||
|
|
|
@ -822,9 +822,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)
|
||||
|
|
|
@ -819,9 +819,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -826,9 +826,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -858,9 +858,10 @@ Black rubber belt(MXL), 18 - tooth aluminium pulley : 87.489 step per mm (Huxley
|
|||
#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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -816,9 +816,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)
|
||||
|
|
|
@ -831,9 +831,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)
|
||||
|
|
|
@ -820,9 +820,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -849,9 +849,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -869,9 +869,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -839,9 +839,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)
|
||||
|
|
|
@ -817,9 +817,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)
|
||||
|
|
|
@ -829,9 +829,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -827,9 +827,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)
|
||||
|
|
|
@ -847,9 +847,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -828,9 +828,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)
|
||||
|
|
|
@ -818,9 +818,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)
|
||||
|
|
|
@ -954,9 +954,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)
|
||||
|
|
|
@ -900,9 +900,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)
|
||||
|
|
|
@ -900,9 +900,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)
|
||||
|
|
|
@ -900,9 +900,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)
|
||||
|
|
|
@ -890,9 +890,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)
|
||||
|
|
|
@ -905,9 +905,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)
|
||||
|
|
|
@ -890,9 +890,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)
|
||||
|
|
|
@ -890,9 +890,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)
|
||||
|
|
|
@ -890,9 +890,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)
|
||||
|
|
|
@ -883,9 +883,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)
|
||||
|
|
|
@ -893,9 +893,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)
|
||||
|
|
|
@ -821,9 +821,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)
|
||||
|
|
|
@ -820,9 +820,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)
|
||||
|
|
|
@ -813,9 +813,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)
|
||||
|
|
|
@ -823,9 +823,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…
Reference in a new issue