소스 검색

Clear Pausing message after M600 park (#14171)

InsanityAutomation 5 년 전
부모
커밋
34ae76025e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      Marlin/src/feature/pause.cpp

+ 2
- 1
Marlin/src/feature/pause.cpp 파일 보기

@@ -681,7 +681,8 @@ void resume_print(const float &slow_load_length/*=0*/, const float &fast_load_le
681 681
   // Resume the print job timer if it was running
682 682
   if (print_job_timer.isPaused()) print_job_timer.start();
683 683
 
684
-  #if HAS_LCD_MENU
684
+  #if HAS_DISPLAY
685
+    ui.reset_status();
685 686
     ui.return_to_status();
686 687
   #endif
687 688
 }

Loading…
취소
저장