Browse Source

Fix lost undef Y_MAX_PIN in pins.h

AnHardt 9 years ago
parent
commit
1b336971ae
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/pins.h

+ 1
- 0
Marlin/pins.h View File

@@ -219,6 +219,7 @@
219 219
 #endif
220 220
 
221 221
 #if ENABLED(DISABLE_YMAX_ENDSTOP)
222
+  #undef Y_MAX_PIN
222 223
   #define Y_MAX_PIN          -1
223 224
 #endif
224 225
 

Loading…
Cancel
Save