Browse Source

Merge pull request #3111 from thinkyhead/rc_drop_old_condition

Drop obsolete test for leading "N"
pull/1/head
Scott Lahteine 8 years ago
parent
commit
5cba0b4187
  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