Ver código fonte

Prevent M420 error from disconnecting OctoPrint

Just echo the error instead of labeling it `Error:`.
Scott Lahteine 6 anos atrás
pai
commit
433518de74
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Marlin/src/gcode/bedlevel/M420.cpp

+ 1
- 1
Marlin/src/gcode/bedlevel/M420.cpp Ver arquivo

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

Carregando…
Cancelar
Salvar