mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-22 21:26:46 -07:00
🐛 BTT Octopus X MAX pin for IDEX (#22654)
This commit is contained in:
parent
fc22f1f843
commit
01d1192a44
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue