Bugfix: M32 was still using the old print timer
This commit is contained in:
parent
e8b80d8c20
commit
e48d0263bf
@ -3715,7 +3715,7 @@ inline void gcode_M31() {
|
|||||||
card.startFileprint();
|
card.startFileprint();
|
||||||
|
|
||||||
// Procedure calls count as normal print time.
|
// Procedure calls count as normal print time.
|
||||||
if (!call_procedure) print_job_start();
|
if (!call_procedure) print_job_timer.start();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user