Make max_e_jerk an array to reduce CPU usage (#11118)
This commit is contained in:
committed by
Scott Lahteine
parent
d13f76b7da
commit
3b3029c4bf
@ -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
|
||||
|
Reference in New Issue
Block a user