Merge pull request #3113 from jbrazio/bugfix/3061-stop-print-time-counter

Stop print timer with M105/M109
This commit is contained in:
Scott Lahteine
2016-03-20 17:05:07 -07:00
5 changed files with 79 additions and 16 deletions

View File

@@ -356,4 +356,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