diff --git a/Marlin/src/module/probe.cpp b/Marlin/src/module/probe.cpp index 61d7372247..fa9692d65c 100644 --- a/Marlin/src/module/probe.cpp +++ b/Marlin/src/module/probe.cpp @@ -370,7 +370,8 @@ FORCE_INLINE void probe_specific_action(const bool deploy) { BUZZ(100, 698); PGM_P const ds_str = deploy ? PSTR(MSG_MANUAL_DEPLOY) : PSTR(MSG_MANUAL_STOW); - lcd_setstatusPGM(ds_str); + lcd_return_to_status(); // To display the new status message + lcd_setstatusPGM(ds_str, 99); serialprintPGM(ds_str); SERIAL_EOL();