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
     raw[l_axis] = start_L;
220
     raw[l_axis] = start_L;
221
   #endif
221
   #endif
222
 
222
 
223
+  apply_motion_limits(raw);
224
+  
223
   #if HAS_LEVELING && !PLANNER_LEVELING
225
   #if HAS_LEVELING && !PLANNER_LEVELING
224
     planner.apply_leveling(raw);
226
     planner.apply_leveling(raw);
225
   #endif
227
   #endif

Loading…
Cancel
Save