We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a83a43 commit 38618c4Copy full SHA for 38618c4
Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_common.h
@@ -72,7 +72,7 @@
72
#else
73
#define X_MIN_PIN E0_DIAG_PIN // E0DET
74
#endif
75
-#elif ENABLED(X_DUAL_ENDSTOPS)
+#elif EITHER(X_DUAL_ENDSTOPS, DUAL_X_CARRIAGE)
76
#ifndef X_MIN_PIN
77
#define X_MIN_PIN X_DIAG_PIN // X-STOP
78
0 commit comments