added messages
This commit is contained in:
parent
1f2f0ab35c
commit
a9e02eb23b
|
|
@ -315,4 +315,7 @@
|
||||||
#define(length=17, lines=1) MSG_SORT_TIME "Sort: [Time]"
|
#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_ALPHA "Sort: [Alphabet]"
|
||||||
#define(length=17, lines=1) MSG_SORT_NONE "Sort: [None]"
|
#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, I’m your new Original Prusa i3 printer. Would you like me to guide you through the setup process?"
|
||||||
|
|
@ -2659,6 +2659,8 @@ static void lcd_settings_menu()
|
||||||
MENU_ITEM(function, PSTR("Disable farm mode"), lcd_disable_farm_mode);
|
MENU_ITEM(function, PSTR("Disable farm mode"), lcd_disable_farm_mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MENU_ITEM(function, MSG_WIZARD, lcd_wizard);
|
||||||
|
|
||||||
END_MENU();
|
END_MENU();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue