ソースを参照

Tweak comment

Scott Lahteine 5年前
コミット
7c5e6900e1
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Marlin/src/gcode/parser.cpp

+ 1
- 1
Marlin/src/gcode/parser.cpp ファイルの表示

245
    * For 'M118' you must use 'E1' and 'A1' rather than just 'E' or 'A'
245
    * For 'M118' you must use 'E1' and 'A1' rather than just 'E' or 'A'
246
    */
246
    */
247
   string_arg = nullptr;
247
   string_arg = nullptr;
248
-  while (const char code = *p++) {                    // Get the next parameter. A NUL ends the loop
248
+  while (const char code = *p++) {              // Get the next parameter. A NUL ends the loop
249
 
249
 
250
     // Special handling for M32 [P] !/path/to/file.g#
250
     // Special handling for M32 [P] !/path/to/file.g#
251
     // The path must be the last parameter
251
     // The path must be the last parameter

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