0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-17 23:18:34 +00:00

fix bug in M200 with multiple extruders

This commit is contained in:
whosawhatsis 2014-03-30 11:34:36 -07:00
parent aab61e63c3
commit a65564eef6

View file

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