Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forbid LcdUpdateDisabler to call lcd_update()
The fixes a scenario where: lcd_status_screen() calls lcd_commands() upon exiting lcd_show_fullscreen_message_and_wait_P(_T(MSG_NOZZLE_CNG_READ_HELP)); and so not allowing the user to leave the screen since it will keep being rendered endlessly. This change only affects lcd_show_fullscreen_message_and_wait_P
- Loading branch information