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