Browse Source

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

ellensp 3 years ago
parent
commit
01d1192a44
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_common.h

+ 1
- 1
Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_common.h View File

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

Loading…
Cancel
Save