Various fixes for MarlinUI and ExtUI (#12439)
This commit is contained in:
committed by
Scott Lahteine
parent
d3605cfc26
commit
c1e17037e5
@@ -28,6 +28,6 @@
|
||||
*/
|
||||
void GcodeSuite::M117() {
|
||||
|
||||
ui.setstatus(parser.string_arg);
|
||||
ui.set_status(parser.string_arg);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user