Browse Source

Prevent M420 error from disconnecting OctoPrint

Just echo the error instead of labeling it `Error:`.
pull/1/head
Scott Lahteine 5 years ago
parent
commit
433518de74
  1. 2
      Marlin/src/gcode/bedlevel/M420.cpp

2
Marlin/src/gcode/bedlevel/M420.cpp

@ -183,7 +183,7 @@ void GcodeSuite::M420() {
} }
else if (to_enable || seenV) { else if (to_enable || seenV) {
SERIAL_ERROR_MSG("Invalid mesh."); SERIAL_ECHO_MSG("Invalid mesh.");
goto EXIT_M420; goto EXIT_M420;
} }

Loading…
Cancel
Save