p3p / MarlinSimUI

Marlin Simulator UI
Other
9 stars 11 forks source link

Localtion of eeprom.dat and imgui.ini #24

Open lukasradek opened 1 year ago

lukasradek commented 1 year ago

eeprom.dat and imgui.ini are saved in the CWD of the executing environment, which is default but can be a bit tricky sometimes. When launching the simulator from VSCode vs. from command line or Windows Explorer it actually creates two different sets of those files. The CWD for VSCode is usually the project root, while for Windows Explorer it is the directory with simulator exe.

Unless this is for some reason by design, I think it would be helpful to store those settings in the same dir as the executable.