Menu item to preheat only the hotend

This commit is contained in:
Scott Lahteine
2017-03-05 22:10:19 -06:00
parent 9d0142e8ae
commit 6c5312559c
2 changed files with 108 additions and 35 deletions

View File

@ -129,6 +129,9 @@
#ifndef MSG_COOLDOWN
#define MSG_COOLDOWN _UxGT("Cooldown")
#endif
#ifndef MSG_HOTEND
#define MSG_HOTEND _UxGT("Hotend")
#endif
#ifndef MSG_SWITCH_PS_ON
#define MSG_SWITCH_PS_ON _UxGT("Switch power on")
#endif