Print progress enhancements (#14647)
This commit is contained in:
committed by
Scott Lahteine
parent
ebb1a7dc1f
commit
27c487bab7
@@ -28,6 +28,9 @@
|
||||
*/
|
||||
void GcodeSuite::M117() {
|
||||
|
||||
ui.set_status(parser.string_arg);
|
||||
if (parser.string_arg && parser.string_arg[0])
|
||||
ui.set_status(parser.string_arg);
|
||||
else
|
||||
ui.reset_status();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user