Fix lost undef Y_MAX_PIN in pins.h
This commit is contained in:
parent
cbce025248
commit
1b336971ae
@ -219,6 +219,7 @@
|
||||
#endif
|
||||
|
||||
#if ENABLED(DISABLE_YMAX_ENDSTOP)
|
||||
#undef Y_MAX_PIN
|
||||
#define Y_MAX_PIN -1
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user