🔧 Remove STM32F4 Print Counter Sanity Check (#24605)
This commit is contained in:
committed by
Scott Lahteine
parent
cfe1d52bf2
commit
b4af335b7a
@@ -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
|
||||
|
Reference in New Issue
Block a user