Browse Source

Sanity check CONTROLLERFAN_SECS

Scott Lahteine 5 years ago
parent
commit
68face848a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/inc/SanityCheck.h

+ 2
- 0
Marlin/src/inc/SanityCheck.h View File

272
   #error "CONTROLLERFAN_PIN is now CONTROLLER_FAN_PIN, enabled with USE_CONTROLLER_FAN. Please update your Configuration_adv.h."
272
   #error "CONTROLLERFAN_PIN is now CONTROLLER_FAN_PIN, enabled with USE_CONTROLLER_FAN. Please update your Configuration_adv.h."
273
 #elif defined(CONTROLLERFAN_SPEED)
273
 #elif defined(CONTROLLERFAN_SPEED)
274
   #error "CONTROLLERFAN_SPEED is now CONTROLLERFAN_SPEED_ACTIVE. Please update your Configuration_adv.h."
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
 #elif defined(MIN_RETRACT)
277
 #elif defined(MIN_RETRACT)
276
   #error "MIN_RETRACT is now MIN_AUTORETRACT and MAX_AUTORETRACT. Please update your Configuration_adv.h."
278
   #error "MIN_RETRACT is now MIN_AUTORETRACT and MAX_AUTORETRACT. Please update your Configuration_adv.h."
277
 #elif defined(ADVANCE)
279
 #elif defined(ADVANCE)

Loading…
Cancel
Save