mirror of
https://github.com/dw-0/kiauh.git
synced 2026-02-02 23:47:46 +05:00
fix(gcode_shell_cmd): update comment to clarify config directory usage (#767)
This commit is contained in:
@@ -97,7 +97,7 @@ class GcodeShellCmdExtension(BaseExtension):
|
||||
|
||||
def install_example_cfg(self, instances: List[Klipper]):
|
||||
cfg_dirs = [instance.base.cfg_dir for instance in instances]
|
||||
# copy extension to klippy/extras
|
||||
# copy extension to config directories
|
||||
for cfg_dir in cfg_dirs:
|
||||
Logger.print_status(f"Create shell_command.cfg in '{cfg_dir}' ...")
|
||||
if check_file_exist(cfg_dir.joinpath("shell_command.cfg")):
|
||||
|
||||
Reference in New Issue
Block a user