Browse Source

Fix lost undef Y_MAX_PIN in pins.h

pull/1/head
AnHardt 9 years ago
parent
commit
1b336971ae
  1. 1
      Marlin/pins.h

1
Marlin/pins.h

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

Loading…
Cancel
Save