Move JD to Config.h (and fix jerk->eeprom bug) (#12720)

This commit is contained in:
Ludy
2018-12-27 22:29:39 +01:00
committed by Scott Lahteine
parent 594898aea7
commit cfc5e96b4b
148 changed files with 1250 additions and 851 deletions

View File

@ -487,9 +487,6 @@ void MarlinSettings::postprocess() {
dummy = float(DEFAULT_EJERK);
EEPROM_WRITE(dummy);
#endif
#else
const float planner_max_jerk[XYZE] = { float(DEFAULT_XJERK), float(DEFAULT_YJERK), float(DEFAULT_ZJERK), float(DEFAULT_EJERK) };
EEPROM_WRITE(planner_max_jerk);
#endif
#if ENABLED(JUNCTION_DEVIATION)