🐛 Biqu B1 (SKR2) - Disable Print Counter (#617)

This commit is contained in:
Keith Bennett 2021-11-23 11:05:11 -08:00 committed by GitHub
parent 51dba3212c
commit c01729af5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2034,7 +2034,7 @@
*
* View the current statistics with M78.
*/
#define PRINTCOUNTER
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 60 // (minutes) EEPROM save interval during print
#endif