horst.w wrote:GCode doesn't use an "arc-"command - this is unknown.
I mean, GCode does use an arc command
http://reprap.org/wiki/G-code#G2_.26_G3 ... d_Arc_Move, but most slicers don't implement it and so some firmwares disable it to save memory. And since some firmwares disable it, most slicers don't implement it. And since most slicers don't implement it, some firmwares disable it. And since some firmwa....
You can see where this is headed.
I've seen some post-processors that interpret moves and replace segmented arcs with arc commands as closely as possible. Mainly to reduce GCode size and help with the whole rate limit over serial connection issues.