Fix build for MEGA_P

This commit is contained in:
Knutwurst
2021-02-18 18:45:13 +01:00
parent 7f56178d13
commit 3b6d20d657

View File

@@ -540,7 +540,7 @@
#define Z_MULTI_ENDSTOPS
#endif
#if ENABLED(Z_MULTI_ENDSTOPS)
#if ANY(KNUTWURST_MEGA, KNUTWURST_MEGA_S, KNUTWURST_MEGA_X)
#if ANY(KNUTWURST_MEGA, KNUTWURST_MEGA_S, KNUTWURST_MEGA_P, KNUTWURST_MEGA_X)
#define Z2_USE_ENDSTOP _XMAX_
#endif