card.printingHasFinished does print_job_timer.stop
This commit is contained in:
parent
34da77dad3
commit
1618870c84
|
@ -1169,7 +1169,6 @@ inline void get_serial_commands() {
|
|||
) {
|
||||
if (card_eof) {
|
||||
SERIAL_PROTOCOLLNPGM(MSG_FILE_PRINTED);
|
||||
print_job_timer.stop();
|
||||
card.printingHasFinished();
|
||||
card.checkautostart(true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue