grblHAL / core

grblHAL core code and master Wiki
Other
335 stars 88 forks source link

Bugfix mc_arc multi turns clockwise in motion_control.c #565

Closed Holoratte closed 3 months ago

Holoratte commented 3 months ago

Bugfix mc_arc multi turns clockwise

since angular_travel is calculated only ccw, sign needs to be changed for the calculation of linear_per_turn. Otherwise clockwise plane.axis_linear overshoots by most 1 turn, then returns.