diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index b9e3f18b61..17fbf61152 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -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