Bugfix: M32 was still using the old print timer

master
João Brázio 9 years ago
parent e8b80d8c20
commit e48d0263bf

@ -3715,7 +3715,7 @@ inline void gcode_M31() {
card.startFileprint();
// Procedure calls count as normal print time.
if (!call_procedure) print_job_start();
if (!call_procedure) print_job_timer.start();
}
}

Loading…
Cancel
Save