Fix lcd_v2_calibration menu not redrawn after full screen message or question.
This commit is contained in:
parent
770e470fd5
commit
d48197656c
@ -4518,6 +4518,8 @@ void lcd_v2_calibration()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
loaded = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Is filament loaded?"), false, true);////MSG_PLA_FILAMENT_LOADED c=20 r=2
|
loaded = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Is filament loaded?"), false, true);////MSG_PLA_FILAMENT_LOADED c=20 r=2
|
||||||
|
lcd_update_enabled = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -4531,15 +4533,14 @@ void lcd_v2_calibration()
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
lcd_update_enabled = true;
|
||||||
menu_back();
|
menu_back();
|
||||||
lcd_update_enable(true);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
eFilamentAction = FilamentAction::Lay1Cal;
|
eFilamentAction = FilamentAction::Lay1Cal;
|
||||||
menu_goto(lcd_generic_preheat_menu, 0, true, true);
|
menu_goto(lcd_generic_preheat_menu, 0, true, true);
|
||||||
lcd_update_enable(true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void lcd_wizard() {
|
void lcd_wizard() {
|
||||||
|
Loading…
Reference in New Issue
Block a user