mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
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 New Issue
Block a user