hasstatus => has_status
This commit is contained in:
parent
ebf585b673
commit
54ec5528a0
3 changed files with 5 additions and 5 deletions
|
|
@ -1090,7 +1090,7 @@ void MarlinUI::finishstatus(const bool persist) {
|
|||
refresh();
|
||||
}
|
||||
|
||||
bool MarlinUI::hasstatus() { return (status_message[0] != '\0'); }
|
||||
bool MarlinUI::has_status() { return (status_message[0] != '\0'); }
|
||||
|
||||
void MarlinUI::setstatus(const char * const message, const bool persist) {
|
||||
if (status_message_level > 0) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue