Better LCD message when heating needed
This commit is contained in:
parent
a718f5bdf3
commit
266086670b
@ -261,8 +261,10 @@ bool pause_print(const float &retract, const point_t &park_point, const float &u
|
|||||||
SERIAL_ERRORLNPGM(MSG_HOTEND_TOO_COLD);
|
SERIAL_ERRORLNPGM(MSG_HOTEND_TOO_COLD);
|
||||||
|
|
||||||
#if ENABLED(ULTIPANEL)
|
#if ENABLED(ULTIPANEL)
|
||||||
if (show_lcd) // Show status screen
|
if (show_lcd) { // Show status screen
|
||||||
lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_STATUS);
|
lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_STATUS);
|
||||||
|
LCD_MESSAGEPGM(MSG_M600_TOO_COLD);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return false; // unable to reach safe temperature
|
return false; // unable to reach safe temperature
|
||||||
|
@ -959,6 +959,9 @@
|
|||||||
#ifndef MSG_ERR_PROBING_FAILED
|
#ifndef MSG_ERR_PROBING_FAILED
|
||||||
#define MSG_ERR_PROBING_FAILED _UxGT("Probing failed")
|
#define MSG_ERR_PROBING_FAILED _UxGT("Probing failed")
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef MSG_M600_TOO_COLD
|
||||||
|
#define MSG_M600_TOO_COLD _UxGT("M600: Too cold")
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Filament Change screens show up to 3 lines on a 4-line display
|
// Filament Change screens show up to 3 lines on a 4-line display
|
||||||
|
Loading…
Reference in New Issue
Block a user