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