Arcs outputing without XY coords
Closed this issue · 0 comments
bakedPotatoLord commented
When “Arc Output” is enabled, Kiri sometimes generates G2/G3 arcs without X/Y target coordinates, like:
G2 I-0.2928 J2.4818
This causes error 26 in GRBL, because arcs must include a final X/Y position, even if it hasn’t changed from the previous line.
Could you modify the postprocessor to always emit X and Y on G2/G3 lines, for better GRBL compatibility?