🔧 Remove STM32F4 Print Counter Sanity Check (#24605)

This commit is contained in:
Keith Bennett
2022-08-19 11:11:15 -07:00
committed by Scott Lahteine
parent cfe1d52bf2
commit b4af335b7a
3 changed files with 6 additions and 6 deletions

View File

@@ -2362,7 +2362,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