- Added a new config file format
- Added a check mark to the 'Debug logging' menu item
- Added Probe/Window Heat switch to config.cfg
This version introduces a new config file format. In comparison to the format used in the previous versions this format uses multiple lines to add an entry instead of a single line with settings separated by semicolons.
You can convert .cfg files using the old format with the converter 'convert.py'. To convert, place the python file in the same folder as a .cfg file and enter python convert.py
in a Command Prompt, Windows Powershell or Shell.
If you're using Sublime Text you can use the .sublime-syntax
file to enable syntax highlighting for the .cfg files.
Notes:
- The previous config file format is deprecated and will be removed in a future version.
- The macOS version has not been tested.