Trying to program a helix in G18 (which would be XZ plane, axis of arc parallel to Y axis). An example of the code would be:
G00 X0.375 Y0. Z0.375
G18
G02 X0. Y0. Z0. I-0.375 F10.
IJK is set to incremental, and I do get an arc on the toolpath display. However there is no difference shown between G02 and G03. Both would generate what would be a CCW arc. Now it's entirely possible that I missed something stupid, and I did try multiple computers with multiple profiles and the issue repeats itself. Although I mentioned cutting a helix, which is the end goal, I have cut back the code to just get an arc to cut. I also tried with R values.
I know arcs (let alone helix's) in planes other than G17 aren't that common so maybe this hasn't come up before.