Explorar el Código

Merge pull request #3111 from thinkyhead/rc_drop_old_condition

Drop obsolete test for leading "N"
Scott Lahteine hace 8 años
padre
commit
5cba0b4187
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp Ver fichero

@@ -870,7 +870,7 @@ void get_command() {
870 870
           }
871 871
           // if no errors, continue parsing
872 872
         }
873
-        else if (npos == command) {
873
+        else {
874 874
           gcode_line_error(PSTR(MSG_ERR_NO_CHECKSUM));
875 875
           return;
876 876
         }

Loading…
Cancelar
Guardar