Write the E parameter length correctly

2.0.x
Scott Lahteine 8 years ago
parent 3bd76f60e4
commit a4f10f59c3

@ -238,7 +238,7 @@ void Config_Postprocess() {
eeprom_checksum = 0; // clear before first "real data" eeprom_checksum = 0; // clear before first "real data"
const uint8_t esteppers = E_STEPPERS; const uint8_t esteppers = COUNT(planner.axis_steps_per_mm) - XYZ;
EEPROM_WRITE(esteppers); EEPROM_WRITE(esteppers);
EEPROM_WRITE(planner.axis_steps_per_mm); EEPROM_WRITE(planner.axis_steps_per_mm);

Loading…
Cancel
Save