@@ -1053,7 +1053,7 @@ void CardReader::printingHasFinished()
}
autotempShutdown();
#ifdef SDCARD_SORT_ALPHA
- presort();
+ //presort();
#endif
@@ -5773,6 +5773,7 @@ static bool check_file(const char* filename) {
get_command();
result = check_commands();
+ cmdqueue_reset();
card.printingHasFinished();
strncpy_P(lcd_status_message, WELCOME_MSG, LCD_WIDTH);
return result;