Files
klipper_config/moonraker.conf
2025-08-04 19:20:45 +05:30

97 lines
2.6 KiB
Plaintext

[server]
host: 0.0.0.0
port: 7125
klippy_uds_address: /home/pi/printer_data/comms/klippy.sock
[authorization]
trusted_clients:
10.0.0.0/16
cors_domains:
*.lan
*.local
*://localhost
*://localhost:*
*://my.mainsail.xyz
*://app.fluidd.xyz
[file_manager]
# post processing for object cancel. Not recommended for low resource SBCs such as a Pi Zero. Default False
queue_gcode_uploads: True
[octoprint_compat]
[job_queue]
load_on_startup: True
[history]
[update_manager]
channel: dev
refresh_interval: 168
[update_manager mainsail]
path: /home/pi/mainsail
repo: mainsail-crew/mainsail
channel: stable
type: web
[update_manager mainsail-config]
managed_services: klipper
origin: https://github.com/mainsail-crew/mainsail-config.git
path: /home/pi/mainsail-config
primary_branch: master
type: git_repo
# 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 timelapse]
type: git_repo
primary_branch: main
path: ~/moonraker-timelapse
origin: https://github.com/mainsail-crew/moonraker-timelapse.git
managed_services: klipper moonraker
[power Printer]
type: homeassistant
protocol: https
address: home.fieryeagle.org
port: 443
device: switch.printer
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI1MTJmMjA4ZjVjMzA0YTE3YjFmYjc2ZjNiYTM5YWVjOCIsImlhdCI6MTc0NzMxNjY4MSwiZXhwIjoyMDYyNjc2NjgxfQ.ZAsmTvECJxKf8Dl0pf-L1tox7yOndHQjAZNwMmWCZvk
domain: switch
initial_state: off
off_when_shutdown: True
off_when_shutdown_delay: 0
on_when_job_queued: True
locked_while_printing: True
restart_klipper_when_powered: True
restart_delay: 3
bound_services:
klipper
[power Wall_Light]
type: homeassistant
protocol: https
address: home.fieryeagle.org
port: 443
device: light.m1_light
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI1MTJmMjA4ZjVjMzA0YTE3YjFmYjc2ZjNiYTM5YWVjOCIsImlhdCI6MTc0NzMxNjY4MSwiZXhwIjoyMDYyNjc2NjgxfQ.ZAsmTvECJxKf8Dl0pf-L1tox7yOndHQjAZNwMmWCZvk
domain: light
[timelapse]
## Following basic configuration is default to most images and don't need
## to be changed in most scenarios. Only uncomment and change it if your
## Image differ from standart installations. In most common scenarios
## a User only need [timelapse] in their configuration.
#output_path: ~/timelapse/
## Directory where the generated video will be saved
#frame_path: /tmp/timelapse/
## Directory where the temporary frames are saved
#ffmpeg_binary_path: /usr/bin/ffmpeg
## Directory where ffmpeg is installed