We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc22f1f commit 01d1192Copy full SHA for 01d1192
1 file changed
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