ReplicatorG
ReplicatorG copied to clipboard
Fix for G2 and G3 arc interpolation code
Arc interpolation was using a single reference to the point, which was being changed on every step generating a 0 delta, which means the arc was effectively generating a single line for arcs
this fixes that reference issue
Also, the previous time i attempted to fix this issue it was pushed back with the fact it doesn't support 5D, the problem isn't anything to do with 5D and will affect 2D or 3D generation as well, effectively collapsing the Arc into a straight line