Apply soft limits to G2/G3 final target (#15156)
This commit is contained in:
parent
2563e32aa3
commit
293b890940
1 changed files with 2 additions and 0 deletions
|
@ -220,6 +220,8 @@ void plan_arc(
|
||||||
raw[l_axis] = start_L;
|
raw[l_axis] = start_L;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
apply_motion_limits(raw);
|
||||||
|
|
||||||
#if HAS_LEVELING && !PLANNER_LEVELING
|
#if HAS_LEVELING && !PLANNER_LEVELING
|
||||||
planner.apply_leveling(raw);
|
planner.apply_leveling(raw);
|
||||||
#endif
|
#endif
|
||||||
|
|
Reference in a new issue