mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-17 03:37:56 -06:00
🐛 Biqu B1 (SKR2) - Disable Print Counter (#617)
This commit is contained in:
parent
51dba3212c
commit
c01729af5c
1 changed files with 1 additions and 1 deletions
|
@ -2034,7 +2034,7 @@
|
||||||
*
|
*
|
||||||
* View the current statistics with M78.
|
* View the current statistics with M78.
|
||||||
*/
|
*/
|
||||||
#define PRINTCOUNTER
|
//#define PRINTCOUNTER
|
||||||
#if ENABLED(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
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue