Browse Source

Apply soft limits to G2/G3 final target (#15156)

Jamie 6 years ago
parent
commit
293b890940
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/gcode/motion/G2_G3.cpp

+ 2
- 0
Marlin/src/gcode/motion/G2_G3.cpp View File

@@ -220,6 +220,8 @@ void plan_arc(
220 220
     raw[l_axis] = start_L;
221 221
   #endif
222 222
 
223
+  apply_motion_limits(raw);
224
+  
223 225
   #if HAS_LEVELING && !PLANNER_LEVELING
224 226
     planner.apply_leveling(raw);
225 227
   #endif

Loading…
Cancel
Save