From 81ac102644979a0f9a28d42449bf77ac56fe226e Mon Sep 17 00:00:00 2001 From: dw-0 Date: Sat, 20 Sep 2025 15:17:37 +0200 Subject: [PATCH] fix(v5): add back example file for custom Klipper repository management --- .gitignore | 1 + klipper_repos.txt.example | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 klipper_repos.txt.example diff --git a/.gitignore b/.gitignore index b3e84e1..2dbafd8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ __pycache__ *.code-workspace *.iml kiauh.cfg +klipper_repos.txt diff --git a/klipper_repos.txt.example b/klipper_repos.txt.example new file mode 100644 index 0000000..6cc3393 --- /dev/null +++ b/klipper_repos.txt.example @@ -0,0 +1,18 @@ +# This file acts as an example file. +# +# 1) Make a copy of this file and rename it to 'klipper_repos.txt' +# 2) Add your custom Klipper repository to the bottom of that copy +# 3) Save the file +# +# Back in KIAUH you can now go into -> [Settings] and use action '2' to set a different Klipper repository +# +# Make sure to always separate the repository and the branch with a ','. +# , -> https://github.com/Klipper3d/klipper,master +# If you omit a branch, it will always default to 'master' +# +# You are allowed to omit the 'https://github.com/' part of the repository URL +# Down below are now a few examples of what is considered as valid: +https://github.com/Klipper3d/klipper,master +https://github.com/Klipper3d/klipper +Klipper3d/klipper,master +Klipper3d/klipper