Skip to content

Releases: Frix-x/klippain

v3.0.3

02 Apr 18:55
Compare
Choose a tag to compare

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, and save_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

30 Mar 20:50
Compare
Choose a tag to compare

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

30 Mar 06:28
Compare
Choose a tag to compare

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

29 Mar 17:48
bc1708f
Compare
Choose a tag to compare
Merge pull request #104 from Frix-x/v3.0.0

v3.0.0 - Auto update & full genericity

v2.0

22 Nov 11:39
1ba5a38
Compare
Choose a tag to compare

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...

v1.0

22 Nov 11:10
783df20
Compare
Choose a tag to compare

This tag is only for backup purpose and marks the final release of the v1 config from this repo