Добавлен конфиг moonraker
This commit is contained in:
parent
ab71c47868
commit
ab60a028a5
|
@ -0,0 +1,32 @@
|
||||||
|
[server]
|
||||||
|
host: 127.0.0.1
|
||||||
|
port: 7125
|
||||||
|
# The maximum size allowed for a file upload (in MiB). Default 1024 MiB
|
||||||
|
max_upload_size: 102400
|
||||||
|
# Path to klippy Unix Domain Socket
|
||||||
|
klippy_uds_address: /home/pi/.klippy/sock
|
||||||
|
|
||||||
|
[file_manager]
|
||||||
|
# post processing for object cancel. Not recommended for low resource SBCs such as a Pi Zero. Default False
|
||||||
|
enable_object_processing: True
|
||||||
|
|
||||||
|
[authorization]
|
||||||
|
cors_domains:
|
||||||
|
*://my.mainsail.xyz
|
||||||
|
*://*.local
|
||||||
|
*://*.lan
|
||||||
|
trusted_clients:
|
||||||
|
127.0.0.0/8
|
||||||
|
10.0.0.0/8
|
||||||
|
192.168.0.0/16
|
||||||
|
|
||||||
|
# enables partial support of Octoprint API
|
||||||
|
[octoprint_compat]
|
||||||
|
|
||||||
|
# enables moonraker to track and store print history.
|
||||||
|
[history]
|
||||||
|
|
||||||
|
# this enables moonraker announcements for mainsail
|
||||||
|
[announcements]
|
||||||
|
subscriptions:
|
||||||
|
mainsail
|
Loading…
Reference in New Issue