Fix Stow Z-Probe blocking future status messages after stowing #27404
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
When told to home using a manual z probe, (Marlin will pause and display a "Deploy Z-Probe" message, and a "Stow Z-Probe" message afterward. This is correct behavior.
What is NOT correct, is that the "Stow Z-Probe" message is then permanently displayed this is because the deploy/stow messages are set to the max alert level which is never cleared after the user presses the button to confirm probe deployed/stowed (The messages should be a high alert level as the printer is waiting for user action and that message shouldn't be overwritten by anything else).
This 1 line fix just resets the alert level after the user has stowed the probe so messages work again. There may be a better way to fix this as I don't know the code very well, but it works for me. 😄
Requirements
Requires manually deployed/stowed bed probe
Benefits
Fixes issue #27232
Configurations
A simple config that adds a LCD and bed probe
Configuration.h.zip