Releases: Frix-x/klippain
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!
v3.0.2
Bugfix release to definitely fix the automated update process. Everything should work now!
Warning
If you already installed the v3.0.0 or v3.0.1 versions, you will need to update the repo manually: navigate to the config folder in SSH and pull the last version. This will fix it and allow it to work automatically for future updates!cd ~/klippain_config git pull
v3.0.1
Bugfix release to account for the repository link that was broken and prevented automated update from moonraker.
Warning
If you already installed the v3.0.0, you will need to update the repo manually: navigate to the repository folder in SSH and pull the last version. This will fix it and allow it to work automatically for future updates!cd ~/klippain_config git pull
Klippain - v3.0.0
Merge pull request #104 from Frix-x/v3.0.0 v3.0.0 - Auto update & full genericity
v2.0
Big release to finalize the rework done on this repo in order to have:
- a better and more generic config that works for multiple printers such as Voron v2.4, Trident, TriZero, etc...
- a better documentation of all the software features, the install instructions, etc...