Make max_e_jerk an array to reduce CPU usage (#11118)

This commit is contained in:
Andy Shaw
2018-06-27 03:38:31 +01:00
committed by Scott Lahteine
parent d13f76b7da
commit 3b3029c4bf
5 changed files with 29 additions and 8 deletions

View File

@ -331,7 +331,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