mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-01-30 15:38:43 +03:00
upload config folder
This commit is contained in:
54
config/moonraker.conf
Normal file
54
config/moonraker.conf
Normal file
@@ -0,0 +1,54 @@
|
||||
[server]
|
||||
host: 0.0.0.0
|
||||
port: 7125
|
||||
enable_debug_logging: False
|
||||
klippy_uds_address: /tmp/klippy_uds
|
||||
|
||||
[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:
|
||||
http://*.lan
|
||||
http://*.local
|
||||
https://my.mainsail.xyz
|
||||
http://my.mainsail.xyz
|
||||
https://app.fluidd.xyz
|
||||
http://app.fluidd.xyz
|
||||
|
||||
[database]
|
||||
database_path: /home/mks/.moonraker_database
|
||||
|
||||
[file_manager]
|
||||
config_path: /home/mks/klipper_config
|
||||
log_path: /home/mks/klipper_logs
|
||||
|
||||
[octoprint_compat]
|
||||
|
||||
[history]
|
||||
|
||||
[timelapse]
|
||||
# [update_manager]
|
||||
# channel: dev
|
||||
# refresh_interval: 168
|
||||
# enable_system_updates: False
|
||||
|
||||
# [update_manager fluidd]
|
||||
# type: web
|
||||
# channel: stable
|
||||
# repo: fluidd-core/fluidd
|
||||
# path: ~/fluidd
|
||||
|
||||
# [update_manager KlipperScreen]
|
||||
# type: git_repo
|
||||
# path: /home/mks/KlipperScreen
|
||||
# origin: https://github.com/jordanruthe/KlipperScreen.git
|
||||
# env: /home/mks/.KlipperScreen-env/bin/python
|
||||
# requirements: scripts/KlipperScreen-requirements.txt
|
||||
# install_script: scripts/KlipperScreen-install.sh
|
||||
|
||||
Reference in New Issue
Block a user