|
@@ -4853,9 +4853,21 @@ void lcd_wizard(WizState state)
|
|
|
int wizard_event;
|
|
|
const char *msg = NULL;
|
|
|
while (!end) {
|
|
|
- printf_P(PSTR("Wizard state: %d"), state);
|
|
|
+ printf_P(PSTR("Wizard state: %d\n"), state);
|
|
|
switch (state) {
|
|
|
case S::Run:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ saved_printing = false;
|
|
|
+
|
|
|
wizard_active = true;
|
|
|
wizard_event = lcd_show_multiscreen_message_yes_no_and_wait_P(_i("Hi, I am your Original Prusa i3 printer. Would you like me to guide you through the setup process?"), false, true);
|
|
|
if (wizard_event) {
|