From 3696cc351313dce38213630435c3e45753391223 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 22 Apr 2025 19:11:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20Clear=20alert=20on=20menu=20clic?= =?UTF-8?q?k?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/lcd/menu/menu.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Marlin/src/lcd/menu/menu.cpp b/Marlin/src/lcd/menu/menu.cpp index 96e6f6d073..6e22dfa23e 100644 --- a/Marlin/src/lcd/menu/menu.cpp +++ b/Marlin/src/lcd/menu/menu.cpp @@ -203,6 +203,15 @@ void MarlinUI::goto_screen(screenFunc_t screen, const uint16_t encoder/*=0*/, co } #endif + // + // Clear alerts when exiting the Status Screen to the Main Menu + // + + if (currentScreen == status_screen && screen == menu_main) { + reset_alert_level(); + reset_status(); + } + // // Go to the new screen //