86 lines
1.8 KiB
Text
86 lines
1.8 KiB
Text
[server]
|
|
host: 0.0.0.0
|
|
port: 7125
|
|
klippy_uds_address: /home/kdb424/printer_data/comms/klippy.sock
|
|
|
|
[file_manager]
|
|
enable_object_processing: True
|
|
queue_gcode_uploads: True
|
|
|
|
[job_queue]
|
|
load_on_startup: False
|
|
|
|
[authorization]
|
|
cors_domains:
|
|
https://my.mainsail.xyz
|
|
http://my.mainsail.xyz
|
|
http://*.local
|
|
http://*.lan
|
|
http://*.home
|
|
http://*.far
|
|
http://vzbot.home
|
|
# Figure out why this is required.
|
|
# I don't open ports, so not a big deal
|
|
*
|
|
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
|
|
192.168.2.0/24
|
|
192.168.25.0/24
|
|
FE80::/10
|
|
::1/128
|
|
|
|
# enables partial support of Octoprint API
|
|
[octoprint_compat]
|
|
|
|
# enables moonraker to track and store print history.
|
|
[history]
|
|
|
|
# enables moonraker announcements in mainsail
|
|
[announcements]
|
|
subscriptions:
|
|
mainsail
|
|
|
|
# this enables moonraker's update manager
|
|
[update_manager]
|
|
refresh_interval: 9999999
|
|
enable_auto_refresh: False
|
|
|
|
[update_manager mainsail]
|
|
type: web
|
|
repo: mainsail-crew/mainsail
|
|
path: ~/mainsail
|
|
|
|
[update_manager z_calibration]
|
|
type: git_repo
|
|
path: /home/biqu/klipper_z_calibration
|
|
origin: https://github.com/protoloft/klipper_z_calibration.git
|
|
managed_services: klipper
|
|
|
|
[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
|
|
|
|
[timelapse]
|
|
output_path: ~/printer_data/timelapse/
|
|
frame_path: /tmp/timelapse/printer
|
|
|
|
[update_manager beacon]
|
|
type: git_repo
|
|
channel: dev
|
|
path: ~/beacon_klipper
|
|
origin: https://github.com/beacon3d/beacon_klipper.git
|
|
env: ~/klippy-env/bin/python
|
|
requirements: requirements.txt
|
|
install_script: install.sh
|
|
is_system_service: False
|
|
managed_services: klipper
|
|
info_tags:
|
|
desc=Beacon Surface Scanner
|
|
|