Merge pull request #3403 from jbrazio/feature/stopwatch

Print job timer rework
This commit is contained in:
Scott Lahteine
2016-04-07 19:18:03 -07:00
7 changed files with 257 additions and 78 deletions

View File

@@ -1175,7 +1175,7 @@ void disable_all_heaters() {
setTargetBed(0);
// If all heaters go down then for sure our print job has stopped
print_job_stop(true);
print_job_timer.stop();
#define DISABLE_HEATER(NR) { \
setTargetHotend(NR, 0); \