Printcounter improvements (#11689)

This commit is contained in:
Scott Lahteine
2018-08-31 17:40:39 -05:00
committed by GitHub
parent 6a3207391f
commit d55f44edba
3 changed files with 12 additions and 18 deletions

View File

@ -1635,4 +1635,8 @@ static_assert(COUNT(sanity_arr_3) <= XYZE_N, "DEFAULT_MAX_ACCELERATION has too m
#error "FAST_PWM_FAN only supported by 8 bit CPUs."
#endif
#if ENABLED(PRINTCOUNTER) && DISABLED(EEPROM_SETTINGS)
#error "PRINTCOUNTER requires EEPROM_SETTINGS. Please update your Configuration."
#endif
#endif // _SANITYCHECK_H_