M118 message to host

pull/345/head
netpipe 2019-04-23 01:02:33 -06:00
rodzic ff32c52872
commit 33d114d015
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1311,7 +1311,7 @@ void Commands::processMCode(GCode *com)
case 118: // M118 message to host
if(com->hasString())
{
UI_STATUS_UPD_RAM(com->text);
Com::printFLN(com->text);
}
break;
case 119: // M119