소스 검색

changed status in case that print is aborted

PavelSindler 7 년 전
부모
커밋
a3f49d7879
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }