New backup from 12/28/2024 - 10:03:45 AM
This commit is contained in:
54
printer_data/config/moonraker.conf
Normal file
54
printer_data/config/moonraker.conf
Normal file
@@ -0,0 +1,54 @@
|
||||
[server]
|
||||
host: 0.0.0.0
|
||||
port: 7125
|
||||
klippy_uds_address: /home/bartool/printer_data/comms/klippy.sock
|
||||
|
||||
[authorization]
|
||||
trusted_clients:
|
||||
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]
|
||||
|
||||
[update_manager]
|
||||
channel: dev
|
||||
refresh_interval: 168
|
||||
|
||||
[update_manager mainsail-config]
|
||||
type: git_repo
|
||||
primary_branch: master
|
||||
path: ~/mainsail-config
|
||||
origin: https://github.com/mainsail-crew/mainsail-config.git
|
||||
managed_services: klipper
|
||||
|
||||
[update_manager mainsail]
|
||||
type: web
|
||||
channel: stable
|
||||
repo: mainsail-crew/mainsail
|
||||
path: ~/mainsail
|
||||
|
||||
[power printer_switch]
|
||||
type: homeassistant
|
||||
protocol: http
|
||||
address: 192.168.1.120
|
||||
port: 8123
|
||||
device: switch.power_strip_relay_3
|
||||
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiIyNzJmMzA2ODcwYzI0ZWQyOTI0ODBkZWI4ZTg3NzBkMiIsImlhdCI6MTcxNjEwNDk4NywiZXhwIjoyMDMxNDY0OTg3fQ.WqQrI413D--RrWEsIhhukXbJdW6zXaoPY9WnmHRZpnw
|
||||
domain: switch
|
||||
locked_while_printing: True
|
||||
restart_klipper_when_powered: True
|
||||
restart_delay: 1.
|
||||
Reference in New Issue
Block a user