Often when I'm working on a new file I generate several time the g-code from my CAM e do dry runs on the machine.
It seems UCCNC doesn't warn the user when the file currently loaded has changed on disk. While I think this is useful and might help to avoid errors (say unwanted overwriting of a test export) the weird behavior is if you click "edit file" you see the actual contents, but if you cycle run, it will run the old version! To update the running one you have to close the file and open again.
Is there a way to:
1. get a warning message when the file has changed
2. get a consistent contents between editor and viewer/execution
3. reload the updated file without close and manually browse it again
Thanks in advance!