🎨 Format, use status macros
This commit is contained in:
committed by
Scott Lahteine
parent
5632ad65f5
commit
9324132a40
@@ -33,7 +33,7 @@
|
||||
void GcodeSuite::M117() {
|
||||
|
||||
if (parser.string_arg && parser.string_arg[0])
|
||||
ui.set_status(parser.string_arg);
|
||||
ui.set_status(parser.string_arg, true);
|
||||
else
|
||||
ui.reset_status();
|
||||
|
||||
|
Reference in New Issue
Block a user