All print timer related activity now uses print_job_start(), print_job_timer() or print_job_stop()

This commit is contained in:
jbrazio
2016-03-12 07:16:39 +00:00
parent 793cd0ae3b
commit a645860431
3 changed files with 67 additions and 39 deletions

View File

@@ -351,4 +351,9 @@ extern uint8_t active_extruder;
extern void calculate_volumetric_multipliers();
// Print job timer related functions
millis_t print_job_timer();
bool print_job_start(millis_t t = 0);
bool print_job_stop(bool force = false);
#endif //MARLIN_H