mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-06 14:37:27 -06:00
🩹 Fix Y_STOP_PIN alias for Y_MAX_PIN
This commit is contained in:
parent
9bbbcd439b
commit
44ef6e2b70
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@
|
|||
#endif
|
||||
#elif Y_HOME_TO_MIN
|
||||
#define Y_STOP_PIN Y_MIN_PIN
|
||||
#elif X_HOME_TO_MAX
|
||||
#elif Y_HOME_TO_MAX
|
||||
#define Y_STOP_PIN Y_MAX_PIN
|
||||
#endif
|
||||
#if !defined(Y2_STOP_PIN) && ENABLED(Y_DUAL_ENDSTOPS) && PIN_EXISTS(Y_STOP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue