소스 검색

Better LCD message when heating needed

Scott Lahteine 7 년 전
부모
커밋
266086670b
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      Marlin/src/feature/pause.cpp
  2. 3
    0
      Marlin/src/lcd/language/language_en.h

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

261
     SERIAL_ERRORLNPGM(MSG_HOTEND_TOO_COLD);
261
     SERIAL_ERRORLNPGM(MSG_HOTEND_TOO_COLD);
262
 
262
 
263
     #if ENABLED(ULTIPANEL)
263
     #if ENABLED(ULTIPANEL)
264
-      if (show_lcd) // Show status screen
264
+      if (show_lcd) { // Show status screen
265
         lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_STATUS);
265
         lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_STATUS);
266
+        LCD_MESSAGEPGM(MSG_M600_TOO_COLD);
267
+      }
266
     #endif
268
     #endif
267
 
269
 
268
     return false; // unable to reach safe temperature
270
     return false; // unable to reach safe temperature

+ 3
- 0
Marlin/src/lcd/language/language_en.h 파일 보기

959
 #ifndef MSG_ERR_PROBING_FAILED
959
 #ifndef MSG_ERR_PROBING_FAILED
960
   #define MSG_ERR_PROBING_FAILED              _UxGT("Probing failed")
960
   #define MSG_ERR_PROBING_FAILED              _UxGT("Probing failed")
961
 #endif
961
 #endif
962
+#ifndef MSG_M600_TOO_COLD
963
+  #define MSG_M600_TOO_COLD                   _UxGT("M600: Too cold")
964
+#endif
962
 
965
 
963
 //
966
 //
964
 // Filament Change screens show up to 3 lines on a 4-line display
967
 // Filament Change screens show up to 3 lines on a 4-line display

Loading…
취소
저장