Skip to content

Commit

Permalink
PRINTCOUNTER_SAVE_INTERVAL
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jan 25, 2021
1 parent 6a1a7ec commit 2ebe01e
Show file tree
Hide file tree
Showing 247 changed files with 741 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/default/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/3DFabXYZ/Migbot/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1786,6 +1786,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/ADIMLab/Gantry v1/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1760,6 +1760,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/ADIMLab/Gantry v2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1760,6 +1760,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/AlephObjects/TAZ4/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Alfawise/U20-bltouch/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1829,6 +1829,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Alfawise/U20/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1831,6 +1831,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/AliExpress/CL-260/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/AliExpress/UM2pExt/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1760,6 +1760,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Anet/A2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Anet/A2plus/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Anet/A6/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1847,6 +1847,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Anet/A8/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1762,6 +1762,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Anet/A8plus/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Anet/A9/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Anet/E10/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Anet/E16/BTT SKR 1.3/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Anet/E16/Stock/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Anet/ET4+/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Anet/ET4-Pro/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Anet/ET4/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Anet/ET4X/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Anet/ET5-Pro/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Anet/ET5/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Anet/ET5X/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/AnyCubic/Chiron/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1763,6 +1763,9 @@
* View the current statistics with M78.
*/
#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/AnyCubic/i3 Mega/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1779,6 +1779,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/AnyCubic/i3/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/ArmEd/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1760,6 +1760,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Artillery/Genius/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Artillery/Sidewinder X1/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1775,6 +1775,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/Azteeg/X5GT/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@
* View the current statistics with M78.
*/
#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/BIBO/TouchX/cyclops/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/BIBO/TouchX/default/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/BIQU/B1-BLTouch/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1764,6 +1764,9 @@
* View the current statistics with M78.
*/
#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/BIQU/B1/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1764,6 +1764,9 @@
* View the current statistics with M78.
*/
#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
3 changes: 3 additions & 0 deletions config/examples/BQ/Hephestos/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1760,6 +1760,9 @@
* View the current statistics with M78.
*/
//#define PRINTCOUNTER
#if ENABLED(PRINTCOUNTER)
#define PRINTCOUNTER_SAVE_INTERVAL 3600 // (ms) EEPROM save interval during print
#endif

/**
* Password
Expand Down
Loading

0 comments on commit 2ebe01e

Please sign in to comment.