Skip to content

Commit

Permalink
🐛 BTT Octopus X MAX pin for IDEX (#22654)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored Sep 1, 2021
1 parent fc22f1f commit 01d1192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01d1192

Please sign in to comment.