v3.0.3
This is a small release to make the installation process easier for everyone:
- Now it's ok to use the install script without a user config folder. It will be created during the install if needed.
- The install script now avoids copying all existing MCU templates into the user config directory. This was a harmless bug, but it was not really helpful to keep the user config directory clean. You can manually suppress all templates if you wish, and keep only
printer.cfg
,mcu.cfg
,overrides.cfg
,variables.cfg
, andsave_variables.cfg
. - There is also some updated logic to preserve the user's custom file and folder structure during a backup. Now you can add any file or folder you want and add some
[include my_folder/my_file.cfg]
to your overrides.cfg. These new custom additions will be preserved on updates!