vzbot330-klipper/moonraker.conf
2023-01-29 17:30:55 -08:00

80 lines
1.7 KiB
Text

[server]
host: 0.0.0.0
port: 7125
klippy_uds_address: /tmp/klippy_uds
[authorization]
trusted_clients:
127.0.0.1
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
192.168.25.0/24
192.168.2.0/24
192.168.194.0/24
FE80::/10
::1/128
cors_domains:
http://*.home
http://*.far
http://*.lan
http://*.local
http://*://my.mainsail.xyz
http://*://app.fluidd.xyz
[file_manager]
enable_object_processing: True
[octoprint_compat]
[timelapse]
[history]
[update_manager]
channel: dev
refresh_interval: 168
[update_manager mainsail]
type: web
repo: mainsail-crew/mainsail
path: ~/mainsail
[update_manager fluidd]
type: web
repo: fluidd-core/fluidd
path: ~/fluidd
#[update_manager KlipperScreen]
#type: git_repo
#path: /home/kdb424/KlipperScreen
#origin: https://github.com/jordanruthe/KlipperScreen.git
#env: /home/kdb424/.KlipperScreen-env/bin/python
#requirements: scripts/KlipperScreen-requirements.txt
#install_script: scripts/KlipperScreen-install.sh
# moonraker.conf
[update_manager timelapse]
type: git_repo
primary_branch: main
path: ~/moonraker-timelapse
origin: https://github.com/mainsail-crew/moonraker-timelapse.git
[update_manager client z_calibration]
type: git_repo
path: ~/klipper_z_calibration
origin: https://github.com/protoloft/klipper_z_calibration.git
install_script: install.sh
managed_services: klipper
[update_manager KlipperScreen]
type: git_repo
path: /home/kdb424/KlipperScreen
origin: https://github.com/jordanruthe/KlipperScreen.git
env: /home/kdb424/.KlipperScreen-env/bin/python
requirements: scripts/KlipperScreen-requirements.txt
install_script: scripts/KlipperScreen-install.sh