added messages

This commit is contained in:
PavelSindler 2017-09-05 11:19:10 +02:00
parent 1f2f0ab35c
commit a9e02eb23b
2 changed files with 6 additions and 1 deletions

View File

@ -315,4 +315,7 @@
#define(length=17, lines=1) MSG_SORT_TIME "Sort: [Time]"
#define(length=17, lines=1) MSG_SORT_ALPHA "Sort: [Alphabet]"
#define(length=17, lines=1) MSG_SORT_NONE "Sort: [None]"
#define(length=20, lines=1) MSG_SORTING "Sorting files"
#define(length=20, lines=1) MSG_SORTING "Sorting files"
#define(length=17, lines=1) MSG_WIZARD "Wizard"
#define MSG_WIZARD_LANGUAGE "Please choose your language"
#define MSG_WIZARD_WELCOME "Hi, Im your new Original Prusa i3 printer. Would you like me to guide you through the setup process?"

View File

@ -2659,6 +2659,8 @@ static void lcd_settings_menu()
MENU_ITEM(function, PSTR("Disable farm mode"), lcd_disable_farm_mode);
}
MENU_ITEM(function, MSG_WIZARD, lcd_wizard);
END_MENU();
}