refactor(kiauh): remove feature for changing the klipper config path
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user