83 lines
1.5 KiB
Plaintext
83 lines
1.5 KiB
Plaintext
[secrets]
|
|
|
|
[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]
|
|
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
|
|
|
|
[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 = {secrets.home_assistant.token}
|
|
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
|
|
|
|
[spoolman]
|
|
server = https://spoolman.fieryeagle.org/
|
|
sync_rate = 5
|
|
|
|
[timelapse]
|
|
|