-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmoonraker.conf
46 lines (38 loc) · 1005 Bytes
/
moonraker.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[server]
host: 0.0.0.0
config_path: ~/config
[authorization]
enabled: true
trusted_clients:
10.10.10.0/24
10.10.9.0/24
127.0.0.1
[history]
[octoprint_compat]
[update_manager]
distro: debian
enable_auto_refresh: True
[update_manager client mainsail]
type: web
repo: meteyou/mainsail
path: ~/mainsail
persistent_files: config.json
[update_manager client KlipperScreen]
type: git_repo
path: ~/KlipperScreen
env: ~/.KlipperScreen-env/bin/python
origin: https://github.com/jordanruthe/KlipperScreen.git
requirements: scripts/KlipperScreen-requirements.txt
venv_args: -p python3
install_script: scripts/KlipperScreen-install.sh
[update_manager client klipper-config]
type: git_repo
path: ~/config
origin: https://github.com/retsamedoc/VoronV2_klipper.git
primary_branch:main
install_script: scripts/install.sh
[update_manager client z_calibration]
type: git_repo
path: /home/pi/klipper_z_calibration
origin: https://github.com/protoloft/klipper_z_calibration.git
install_script: install.sh