🐛 BTT Octopus X MAX pin for IDEX (#22654)

This commit is contained in:
ellensp 2021-09-01 22:33:24 +12:00 committed by Scott Lahteine
parent a37be7236b
commit b4b69c0de3

View File

@ -72,7 +72,7 @@
#else
#define X_MIN_PIN E0_DIAG_PIN // E0DET
#endif
#elif ENABLED(X_DUAL_ENDSTOPS)
#elif EITHER(X_DUAL_ENDSTOPS, DUAL_X_CARRIAGE)
#ifndef X_MIN_PIN
#define X_MIN_PIN X_DIAG_PIN // X-STOP
#endif