The active Gcodes window should reflect the current GCodes modes used by the machine.
Using EMC 2.4.6 in a lathe mode configuration, using axis, without any special after configuration the following happens:
Please do the following so that the issue can be repeated:
Power machine so that MDI line can be used.
Type in MDI:
G18
G0 X100 Z0
G2 X100 Z-2.5 R1.25 F100
The code works as expected. Now create a .ncg file with only:
G0 X100 Z0
G2 X100 Z-2.5 R1.25 F100
code does not work. Needs the G18 on it, meaning that it did not looked for the active GCodes (G18 was active as it was last used)
Thank you
Create a .ncg file containing only G0X100
Run the file
Ignore the lines after the Thank you