0
0
Fork 0
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:
Scott Lahteine 2020-03-13 14:42:14 -05:00
parent 7ec45f4382
commit ad980a72f7

View file

@ -103,7 +103,7 @@ void GcodeSuite::M0_M1() {
#endif
#if HAS_LCD_MENU
ui.reset_status();
if (!seenQ) ui.reset_status();
#endif
wait_for_user = false;