Ver código fonte

Fix lost undef Y_MAX_PIN in pins.h

AnHardt 9 anos atrás
pai
commit
1b336971ae
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      Marlin/pins.h

+ 1
- 0
Marlin/pins.h Ver arquivo

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

Carregando…
Cancelar
Salvar