You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// arcs and lines may not intersect due to the cutter compensation and the case where the arc is tangent to the line
905
+
// we can tell if the tangent line to the arc is a smooth transition or a sharp corner by checking if the distance between the arc end point and the line start point is greater than half the cutter compensation
906
+
// for those cases we can create the connecting arc tool path
// arcs and lines may not intersect due to the cutter compensation and the case where the arc is tangent to the line
1022
+
// we can tell if the tangent line to the arc is a smooth transition or a sharp corner by checking if the distance between the arc end point and the line start point is greater than half the cutter compensation
1023
+
// for those cases we can create the connecting arc tool path
0 commit comments