refactor(kiauh): remove feature for changing the klipper config path

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
th33xitus
2022-10-16 18:57:50 +02:00
parent 57432efc45
commit 81d8144c30
4 changed files with 11 additions and 203 deletions

View File

@@ -106,6 +106,7 @@ function create_example_shell_command() {
backup_klipper_config_dir
local printer_cfgs path
# TODO: fix cfg path
printer_cfgs=$(find "$(get_klipper_cfg_dir)" -type f -name "printer.cfg" | sort)
for cfg in ${printer_cfgs}; do