changed status in case that print is aborted

This commit is contained in:
PavelSindler 2017-09-14 16:39:14 +02:00
parent 15ef4175b7
commit a3f49d7879
1 changed files with 2 additions and 0 deletions

View File

@ -4993,6 +4993,8 @@ static bool check_file(const char* filename) {
get_command();
result = check_commands();
}
card.printingHasFinished();
strncpy_P(lcd_status_message, WELCOME_MSG, LCD_WIDTH);
return result;
}