🩹 Note for PRINTCOUNTER_SAVE_INTERVAL

MarlinFirmware/Marlin#24605
This commit is contained in:
Scott Lahteine 2022-08-19 13:04:00 -05:00
parent aa0266d656
commit 562916fdc6
316 changed files with 316 additions and 316 deletions

View file

@ -2368,7 +2368,7 @@
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 60 // (minutes) EEPROM save interval during print
#define PRINTCOUNTER_SAVE_INTERVAL 60 // (minutes) EEPROM save interval during print. A value of 0 will save stats at end of print.
#endif
// @section security