Przeglądaj źródła

fix bug in M200 with multiple extruders

whosawhatsis 10 lat temu
rodzic
commit
a65564eef6
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

@@ -2231,8 +2231,6 @@ void process_commands()
2231 2231
             SERIAL_ECHO_START;
2232 2232
             SERIAL_ECHO(MSG_M200_INVALID_EXTRUDER);
2233 2233
           }
2234
-          SERIAL_ECHOLN(tmp_extruder);
2235
-          break;
2236 2234
         }
2237 2235
         volumetric_multiplier[tmp_extruder] = 1 / area;
2238 2236
       }

Ładowanie…
Anuluj
Zapisz