ソースを参照

Merge pull request #3111 from thinkyhead/rc_drop_old_condition

Drop obsolete test for leading "N"
Scott Lahteine 8年前
コミット
5cba0b4187
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp ファイルの表示

@@ -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
         }

読み込み中…
キャンセル
保存