Scott Lahteine пре 5 година
родитељ
комит
7c5e6900e1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/src/gcode/parser.cpp

+ 1
- 1
Marlin/src/gcode/parser.cpp Прегледај датотеку

@@ -245,7 +245,7 @@ void GCodeParser::parse(char *p) {
245 245
    * For 'M118' you must use 'E1' and 'A1' rather than just 'E' or 'A'
246 246
    */
247 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 250
     // Special handling for M32 [P] !/path/to/file.g#
251 251
     // The path must be the last parameter

Loading…
Откажи
Сачувај