Consolidate PrintCounter
This commit is contained in:
@@ -175,4 +175,11 @@ class PrintCounter: public Stopwatch {
|
||||
#endif
|
||||
};
|
||||
|
||||
// Print Job Timer
|
||||
#if ENABLED(PRINTCOUNTER)
|
||||
extern PrintCounter print_job_timer;
|
||||
#else
|
||||
extern Stopwatch print_job_timer;
|
||||
#endif
|
||||
|
||||
#endif // PRINTCOUNTER_H
|
||||
|
||||
Reference in New Issue
Block a user