Explorar el Código

changed status in case that print is aborted

PavelSindler hace 7 años
padre
commit
a3f49d7879
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Firmware/ultralcd.cpp

+ 2 - 0
Firmware/ultralcd.cpp

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