Merge pull request #3218 from AnHardt/lost-pin-undef

Fix lost undef Y_MAX_PIN in pins.h
master
Scott Lahteine 8 years ago
commit 49ed4696ea

@ -219,6 +219,7 @@
#endif
#if ENABLED(DISABLE_YMAX_ENDSTOP)
#undef Y_MAX_PIN
#define Y_MAX_PIN -1
#endif

Loading…
Cancel
Save