Better LCD message when heating needed
This commit is contained in:
parent
c373afbddd
commit
c7ae531e35
2 changed files with 7 additions and 7 deletions
|
|
@ -961,6 +961,9 @@
|
|||
#ifndef MSG_ERR_PROBING_FAILED
|
||||
#define MSG_ERR_PROBING_FAILED _UxGT("Probing failed")
|
||||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue