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