Skip to content
Snippets Groups Projects
Commit e0e87ca1 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix last arc segment


Co-Authored-By: default avatarellensp <ellensp@hotmail.com>
parent 528907cb
Branches
Tags
No related merge requests found
...@@ -236,7 +236,7 @@ void plan_arc( ...@@ -236,7 +236,7 @@ void plan_arc(
planner.apply_leveling(raw); planner.apply_leveling(raw);
#endif #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) #if ENABLED(SCARA_FEEDRATE_SCALING)
, inv_duration , inv_duration
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment