Better cold extrusion prevention in LCD menu (#12189)

This commit is contained in:
Scott Lahteine
2018-10-22 20:54:38 -05:00
committed by GitHub
parent fc31da1114
commit 3a46212dd8
2 changed files with 16 additions and 6 deletions

View File

@ -480,6 +480,9 @@
#ifndef MSG_MOVE_E
#define MSG_MOVE_E _UxGT("Extruder")
#endif
#ifndef MSG_HOTEND_TOO_COLD
#define MSG_HOTEND_TOO_COLD _UxGT("Hotend too cold")
#endif
#ifndef MSG_MOVE_01MM
#define MSG_MOVE_01MM _UxGT("Move 0.1mm")
#endif