Przeglądaj źródła

Merge pull request #864 from whosawhatsis/M200

fix bug in M200 with multiple extruders
nothinman 11 lat temu
rodzic
commit
303ee67896
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0
    2
      Marlin/Marlin_main.cpp

+ 0
- 2
Marlin/Marlin_main.cpp Wyświetl plik

@@ -2268,8 +2268,6 @@ void process_commands()
2268 2268
             SERIAL_ECHO_START;
2269 2269
             SERIAL_ECHO(MSG_M200_INVALID_EXTRUDER);
2270 2270
           }
2271
-          SERIAL_ECHOLN(tmp_extruder);
2272
-          break;
2273 2271
         }
2274 2272
         volumetric_multiplier[tmp_extruder] = 1 / area;
2275 2273
       }

Ładowanie…
Anuluj
Zapisz