init
This commit is contained in:
86
.moonraker.conf.bkp
Normal file
86
.moonraker.conf.bkp
Normal file
@@ -0,0 +1,86 @@
|
||||
[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 = 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]
|
||||
|
||||
Reference in New Issue
Block a user