Explorar el Código

Sanity check CONTROLLERFAN_SECS

Scott Lahteine hace 4 años
padre
commit
68face848a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      Marlin/src/inc/SanityCheck.h

+ 2
- 0
Marlin/src/inc/SanityCheck.h Ver fichero

@@ -272,6 +272,8 @@
272 272
   #error "CONTROLLERFAN_PIN is now CONTROLLER_FAN_PIN, enabled with USE_CONTROLLER_FAN. Please update your Configuration_adv.h."
273 273
 #elif defined(CONTROLLERFAN_SPEED)
274 274
   #error "CONTROLLERFAN_SPEED is now CONTROLLERFAN_SPEED_ACTIVE. Please update your Configuration_adv.h."
275
+#elif defined(CONTROLLERFAN_SECS)
276
+  #error "CONTROLLERFAN_SECS is now CONTROLLERFAN_IDLE_TIME. Please update your Configuration_adv.h."
275 277
 #elif defined(MIN_RETRACT)
276 278
   #error "MIN_RETRACT is now MIN_AUTORETRACT and MAX_AUTORETRACT. Please update your Configuration_adv.h."
277 279
 #elif defined(ADVANCE)

Loading…
Cancelar
Guardar