Browse Source

fix bug in M200 with multiple extruders

pull/1/head
whosawhatsis 10 years ago
parent
commit
a65564eef6
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

@ -2231,8 +2231,6 @@ void process_commands()
SERIAL_ECHO_START;
SERIAL_ECHO(MSG_M200_INVALID_EXTRUDER);
}
SERIAL_ECHOLN(tmp_extruder);
break;
}
volumetric_multiplier[tmp_extruder] = 1 / area;
}

Loading…
Cancel
Save