Replace MIN_RETRACT with MIN_AUTORETRACT, MAX_AUTORETRACT

This commit is contained in:
Scott Lahteine 2017-07-24 12:13:25 -05:00
parent 283d15a8d0
commit 423b0f3a1e
30 changed files with 91 additions and 55 deletions

View file

@ -206,6 +206,8 @@
#error "Replace SLED_PIN with SOL1_PIN (applies to both Z_PROBE_SLED and SOLENOID_PROBE)."
#elif defined(CONTROLLERFAN_PIN)
#error "CONTROLLERFAN_PIN is now CONTROLLER_FAN_PIN, enabled with USE_CONTROLLER_FAN. Please update your Configuration_adv.h."
#elif defined(MIN_RETRACT)
#error "MIN_RETRACT is now MIN_AUTORETRACT and MAX_AUTORETRACT. Please update your Configuration_adv.h."
#endif
/**