1
0
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:
Scott Lahteine 2016-07-14 11:19:51 -07:00
parent 34da77dad3
commit 1618870c84

View File

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