2024-07-26 16:08:59 +01:00
|
|
|
[server]
|
|
|
|
host: 0.0.0.0
|
|
|
|
port: 7125
|
|
|
|
klippy_uds_address: /home/pi/printer_data/comms/klippy.sock
|
|
|
|
|
|
|
|
[authorization]
|
|
|
|
trusted_clients:
|
|
|
|
172.20.0.0/16
|
|
|
|
10.0.0.0/8
|
|
|
|
127.0.0.0/8
|
|
|
|
169.254.0.0/16
|
|
|
|
172.16.0.0/12
|
|
|
|
192.168.0.0/16
|
|
|
|
FE80::/10
|
|
|
|
::1/128
|
|
|
|
cors_domains:
|
|
|
|
*.lan
|
|
|
|
*.local
|
|
|
|
*://localhost
|
|
|
|
*://localhost:*
|
|
|
|
*://my.mainsail.xyz
|
|
|
|
*://app.fluidd.xyz
|
|
|
|
|
|
|
|
[octoprint_compat]
|
|
|
|
|
|
|
|
[history]
|
|
|
|
|
|
|
|
[file_manager]
|
|
|
|
enable_object_processing: True
|
|
|
|
|
|
|
|
[update_manager]
|
|
|
|
channel: dev
|
|
|
|
refresh_interval: 168
|
|
|
|
|
|
|
|
[update_manager fluidd-config]
|
|
|
|
type: git_repo
|
|
|
|
primary_branch: master
|
|
|
|
path: ~/fluidd-config
|
|
|
|
origin: https://github.com/fluidd-core/fluidd-config.git
|
|
|
|
managed_services: klipper
|
|
|
|
|
|
|
|
[update_manager fluidd]
|
|
|
|
type: web
|
|
|
|
channel: stable
|
|
|
|
repo: fluidd-core/fluidd
|
|
|
|
path: ~/fluidd
|
|
|
|
|
|
|
|
# Crowsnest update_manager entry
|
|
|
|
[update_manager crowsnest]
|
|
|
|
type: git_repo
|
|
|
|
path: ~/crowsnest
|
|
|
|
origin: https://github.com/mainsail-crew/crowsnest.git
|
|
|
|
managed_services: crowsnest
|
|
|
|
install_script: tools/pkglist.sh
|
|
|
|
|
|
|
|
[update_manager z_calibration]
|
|
|
|
type: git_repo
|
|
|
|
path: /home/pi/klipper_z_calibration
|
|
|
|
origin: https://github.com/protoloft/klipper_z_calibration.git
|
|
|
|
managed_services: klipper
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Klippain Shake&Tune automatic update management
|
|
|
|
[update_manager Klippain-ShakeTune]
|
|
|
|
type: git_repo
|
|
|
|
origin: https://github.com/Frix-x/klippain-shaketune.git
|
|
|
|
path: ~/klippain_shaketune
|
|
|
|
virtualenv: ~/klippy-env
|
|
|
|
requirements: requirements.txt
|
|
|
|
system_dependencies: system-dependencies.json
|
|
|
|
primary_branch: main
|
|
|
|
managed_services: klipper
|
|
|
|
|
|
|
|
[update_manager cartographer]
|
|
|
|
type: git_repo
|
|
|
|
path: ~/cartographer-klipper
|
|
|
|
channel: dev
|
|
|
|
origin: https://github.com/Cartographer3D/cartographer-klipper.git
|
|
|
|
virtualenv: ~/klippy-env
|
|
|
|
requirements: requirements.txt
|
|
|
|
install_script: install.sh
|
|
|
|
is_system_service: False
|
|
|
|
managed_services: klipper
|
|
|
|
info_tags:
|
|
|
|
desc=Cartographer Probe
|
|
|
|
|
2025-03-20 15:00:37 +00:00
|
|
|
|
|
|
|
[update_manager happy-hare]
|
|
|
|
type: git_repo
|
|
|
|
path: ~/Happy-Hare
|
|
|
|
origin: https://github.com/moggieuk/Happy-Hare.git
|
|
|
|
primary_branch: main
|
|
|
|
managed_services: klipper
|
|
|
|
|
|
|
|
[mmu_server]
|
|
|
|
enable_file_preprocessor: True
|
|
|
|
enable_toolchange_next_pos: True
|
|
|
|
update_spoolman_location: True
|
|
|
|
|