All print timer related activity now uses print_job_start(), print_job_timer() or print_job_stop()
This commit is contained in:
parent
793cd0ae3b
commit
a645860431
3 changed files with 67 additions and 39 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue