We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64161f commit 33354ffCopy full SHA for 33354ff
esp3d/src/core/esp3d_commands.cpp
@@ -1480,6 +1480,7 @@ bool ESP3DCommands::dispatch(ESP3DMessage *msg) {
1480
// replace end of line with space
1481
tmp.replace("\n", " ");
1482
tmp.replace("\r", "");
1483
+ tmp.trim();
1484
tmp += "\n";
1485
//Override lock from Marlin if error was displayed previouly preventing any update
1486
if (ESP3DSettings::GetFirmwareTarget() == MARLIN ||
0 commit comments