Fix last arc segment

Co-Authored-By: ellensp <ellensp@hotmail.com>
This commit is contained in:
Scott Lahteine 2020-03-31 12:49:36 -05:00
parent 528907cb16
commit e0e87ca19a

View file

@ -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