mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 07:29:33 +00:00
M0 Q preserve status
This commit is contained in:
parent
7ec45f4382
commit
ad980a72f7
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ void GcodeSuite::M0_M1() {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_LCD_MENU
|
#if HAS_LCD_MENU
|
||||||
ui.reset_status();
|
if (!seenQ) ui.reset_status();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
wait_for_user = false;
|
wait_for_user = false;
|
||||||
|
|
Loading…
Reference in a new issue