Browse Source

Drop obsolete test for leading "N"

pull/1/head
Scott Lahteine 9 years ago
parent
commit
302d1bfbc4
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

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

Loading…
Cancel
Save