Merge pull request #864 from whosawhatsis/M200

fix bug in M200 with multiple extruders
master
nothinman 11 years ago
commit 303ee67896

@ -2268,8 +2268,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