Add custom preheat temp to filament change (#11475)

This commit is contained in:
Marcio Teixeira
2018-09-10 01:51:46 -06:00
committed by Scott Lahteine
parent 69d0ed5791
commit 2ebfe90be9
2 changed files with 25 additions and 4 deletions

View File

@ -154,6 +154,9 @@
#ifndef MSG_PREHEAT_2_SETTINGS
#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" conf")
#endif
#ifndef MSG_PREHEAT_CUSTOM
#define MSG_PREHEAT_CUSTOM _UxGT("Preheat Custom")
#endif
#ifndef MSG_COOLDOWN
#define MSG_COOLDOWN _UxGT("Cooldown")
#endif