Bugfix: M32 was still using the old print timer

This commit is contained in:
João Brázio 2016-04-06 04:41:36 +01:00
parent e8b80d8c20
commit e48d0263bf

View File

@ -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();
}
}