Skip to content

Commit

Permalink
fix underlying underlying bug
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored Sep 9, 2024
1 parent e424fdf commit f0b0ba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Marlin/src/lcd/marlinui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,8 @@ void MarlinUI::host_notify(const char * const cstr) {

else if (ENABLED(STATUS_DO_CLEAR_EMPTY))
msg = F("");
else
return;

set_min_status(msg);
}
Expand Down

0 comments on commit f0b0ba4

Please sign in to comment.