Fix print_job_timer to print_job_counter

parent 36c76a49
Pipeline #42 skipped
...@@ -1663,7 +1663,7 @@ void disable_all_coolers() { ...@@ -1663,7 +1663,7 @@ void disable_all_coolers() {
setTargetCooler(0); setTargetCooler(0);
// if cooler go down the print job is stopped // if cooler go down the print job is stopped
print_job_timer.stop(); print_job_counter.stop();
#if ENABLED(LASER) #if ENABLED(LASER)
// No laser firing with no coolers running! (paranoia) // No laser firing with no coolers running! (paranoia)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment