Browse Source

changed status in case that print is aborted

PavelSindler 7 năm trước cách đây
mục cha
commit
a3f49d7879
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;
 }