mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 13:31:16 +00:00
Fix moonraker issues.
This commit is contained in:
@@ -5,21 +5,12 @@ klippy_uds_address: /home/pi/printer_data/comms/klippy.sock
|
|||||||
|
|
||||||
[authorization]
|
[authorization]
|
||||||
trusted_clients:
|
trusted_clients:
|
||||||
10.0.0.0/16
|
# Enter your client IP here or range here
|
||||||
10.0.0.0/8
|
192.168.1.0/24
|
||||||
127.0.0.0/8
|
10.0.0.0/24
|
||||||
169.254.0.0/16
|
|
||||||
172.16.0.0/12
|
|
||||||
192.168.0.0/16
|
|
||||||
FE80::/10
|
|
||||||
::1/128
|
|
||||||
cors_domains:
|
cors_domains:
|
||||||
http://*.lan
|
# Allow CORS requests for Fluidd
|
||||||
http://*.local
|
http://app.fluidd.xyz
|
||||||
https://my.mainsail.xyz
|
|
||||||
http://my.mainsail.xyz
|
|
||||||
https://app.fluidd.xyz
|
|
||||||
http://app.fluidd.xyz
|
|
||||||
|
|
||||||
[octoprint_compat]
|
[octoprint_compat]
|
||||||
|
|
||||||
@@ -48,13 +39,13 @@ enable_object_processing: True
|
|||||||
# managed_services: crowsnest
|
# managed_services: crowsnest
|
||||||
# install_script: tools/pkglist.sh
|
# install_script: tools/pkglist.sh
|
||||||
|
|
||||||
[update_manager timelapse]
|
# [update_manager timelapse]
|
||||||
type: git_repo
|
# type: git_repo
|
||||||
primary_branch: main
|
# primary_branch: main
|
||||||
path: ~/moonraker-timelapse
|
# path: ~/moonraker-timelapse
|
||||||
origin: https://github.com/mainsail-crew/moonraker-timelapse.git
|
# origin: https://github.com/mainsail-crew/moonraker-timelapse.git
|
||||||
managed_services: klipper moonraker
|
# managed_services: klipper moonraker
|
||||||
|
|
||||||
[timelapse]
|
# [timelapse]
|
||||||
output_path: ~/printer_data/timelapse/
|
# output_path: ~/printer_data/timelapse/
|
||||||
frame_path: /tmp/timelapse/printer
|
# frame_path: /tmp/timelapse/printer
|
||||||
|
|||||||
Reference in New Issue
Block a user