Browse Source

Fix last arc segment

Co-Authored-By: ellensp <ellensp@hotmail.com>
vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
e0e87ca19a
  1. 2
      Marlin/src/gcode/motion/G2_G3.cpp

2
Marlin/src/gcode/motion/G2_G3.cpp

@ -236,7 +236,7 @@ void plan_arc(
planner.apply_leveling(raw);
#endif
planner.buffer_line(raw, scaled_fr_mm_s, active_extruder, seg_length
planner.buffer_line(raw, scaled_fr_mm_s, active_extruder, 0
#if ENABLED(SCARA_FEEDRATE_SCALING)
, inv_duration
#endif

Loading…
Cancel
Save