Browse Source

Merge pull request #3111 from thinkyhead/rc_drop_old_condition

Drop obsolete test for leading "N"
Scott Lahteine 8 years ago
parent
commit
5cba0b4187
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -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…
Cancel
Save