mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 19:36:09 +08:00
Fix Marlin silent output
This commit is contained in:
parent
cd3a670b61
commit
01949070dc
@ -231,7 +231,7 @@ size_t ESP3DOutput::printMSG(const char * s, bool withNL)
|
|||||||
break;
|
break;
|
||||||
case MARLIN:
|
case MARLIN:
|
||||||
case MARLINKIMBRA:
|
case MARLINKIMBRA:
|
||||||
display = "echo: ";
|
display = ";echo: ";
|
||||||
display += s;
|
display += s;
|
||||||
break;
|
break;
|
||||||
case REPETIER4DV:
|
case REPETIER4DV:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user