Reorganized ultralcd menu (10317) (#10360)

Replaced "Prepare" and "Control" menus with "Movement", "Temperature", "Configuration" and "Advanced Settings"
This commit is contained in:
Marcio Teixeira
2018-08-29 15:51:14 -06:00
committed by Scott Lahteine
parent e40a3eef04
commit 0966bdcbc4
2 changed files with 190 additions and 199 deletions

View File

@ -61,6 +61,12 @@
#ifndef MSG_MAIN
#define MSG_MAIN _UxGT("Main")
#endif
#ifndef MSG_ADVANCED_SETTINGS
#define MSG_ADVANCED_SETTINGS _UxGT("Advanced Settings")
#endif
#ifndef MSG_CONFIGURATION
#define MSG_CONFIGURATION _UxGT("Configuration")
#endif
#ifndef MSG_AUTOSTART
#define MSG_AUTOSTART _UxGT("Autostart")
#endif