Make max_e_jerk an array to save CPU (#11121)

Co-Authored-By: gloomyandy <andy-git@gloomy-place.com>
This commit is contained in:
Scott Lahteine
2018-06-26 22:09:38 -04:00
committed by GitHub
parent 0a2d3ecfd4
commit 4d5c655f8d
5 changed files with 29 additions and 8 deletions

View File

@@ -320,7 +320,7 @@ void MarlinSettings::postprocess() {
#endif
#if ENABLED(JUNCTION_DEVIATION) && ENABLED(LIN_ADVANCE)
planner.recalculate_max_e_jerk_factor();
planner.recalculate_max_e_jerk();
#endif
// Refresh steps_to_mm with the reciprocal of axis_steps_per_mm