BLTouch Config for 4MAX Pro which uses Z-Min-Pin

This commit is contained in:
Knutwurst
2021-11-16 12:13:33 +01:00
parent 446e447c50
commit 515df460ae

View File

@@ -1373,7 +1373,9 @@
* The probe replaces the Z-MIN endstop and is used for Z homing. * The probe replaces the Z-MIN endstop and is used for Z homing.
* (Automatically enables USE_PROBE_FOR_Z_HOMING.) * (Automatically enables USE_PROBE_FOR_Z_HOMING.)
*/ */
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN #if ENABLED(KNUTWURST_4MAXP2)
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
#endif
// Force the use of the probe for Z-axis homing // Force the use of the probe for Z-axis homing
//#define USE_PROBE_FOR_Z_HOMING //#define USE_PROBE_FOR_Z_HOMING