Dan911 wrote:I've gotten a little lost/confused here. How is it a blind reload?
It is when a software reloads a file without asking the user if he really wants to.
The slight flaw I see is if the file is changed in another program than reloaded in editor the editor will show these changes but wont save and reload because no changes were made in editor. Simple solution is give window warning and reload file on every save and exit press.
In my first post, I was talking about a g-code modified by the CAM (so an external program). If you generate (and overwrite) a new version of the g-code currently loaded into UCCNC is not so clear what you actually run. Because:
1. no warnings the file on disk has changed
2. the editor will show the update content
3. but if you don't manually close and open again the file (in RUN window, I haven't tried to press "reload" in TOOLPATH one yet) the g-code is - corretly - the old one
As said, I just kindly asked whether might be useful to warn the user the file has changed and ask him if he would reload it. That's all