-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoonraker.conf
152 lines (121 loc) · 4.33 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
########################################################## \
############# MOONRAKER CONFIG FILE ###################### + --> To configure moonraker... :)
########################################################## /
[include moonraker/base.conf] # Do not remove this line
# This file is yours! Feel free to edit it in order to include all the needed
# things to configure moonraker to your machine. Also, keep in mind that it
# will not be erased when updating the config and it will be kept as you've set it.
# The moonraker/base.conf file should contain a good and sane default configuration,
# however, feel free to override its sections and adapt the config to your needs.
# ------------------------------------------------------------------------------------------
##### Exclude object pre-processing -------------------------------
## This can be deactivated in case you use an offline processor in your slicer
[include moonraker/exclude_object.conf]
# -----------------------------------------------------------------
##### Fluidd update management ------------------------------------
# [include moonraker/fluidd.conf]
# -----------------------------------------------------------------
##### Mainsail update management ----------------------------------
# [include moonraker/mainsail.conf]
[update_manager client mainsail]
type: web
channel: beta
repo: mainsail-crew/mainsail
path: ~/mainsail
# -----------------------------------------------------------------
##### Auto Z calibration plugin update management -----------------
[include moonraker/z_calibration.conf]
# -----------------------------------------------------------------
##### Add your custom moonraker config customizations and overrides below this line...
# ------------------------------------------------------------------------------------
[update_manager happy-hare]
type: git_repo
path: ~/Happy-Hare
origin: https://github.com/moggieuk/Happy-Hare.git
# primary_branch: development
primary_branch: main
install_script: install.sh
managed_services: klipper
[update_manager KlipperScreen-happy_hare]
type: git_repo
path: ~/KlipperScreen
origin: https://github.com/moggieuk/KlipperScreen-Happy-Hare-Edition.git
# primary_branch: development
env: ~/.KlipperScreen-env/bin/python
requirements: scripts/KlipperScreen-requirements.txt
install_script: scripts/KlipperScreen-install.sh
managed_services: KlipperScreen
[update_manager moonraker-telegram-bot]
type: git_repo
path: ~/moonraker-telegram-bot
origin: https://github.com/nlef/moonraker-telegram-bot.git
primary_branch: development
env: ~/moonraker-telegram-bot-env/bin/python
requirements: scripts/requirements.txt
install_script: scripts/install.sh
[mqtt]
address: 192.168.69.35 ## Your MQTT server IP
port: 1883 ## Your MQTT server port
username: {secrets.mqtt_credentials.username}
password: {secrets.mqtt_credentials.password}
mqtt_protocol: v3.1.1
enable_moonraker_api: True
instance_name: voron24
status_objects:
webhooks
print_stats
default_qos: 0
[power PSU24]
type: tasmota
address: 192.168.69.197
password:
output_id: 1
locked_while_printing: true
off_when_shutdown = false
restart_klipper_when_powered: true
restart_delay: 10
[update_manager client kiauh]
type: git_repo
path: ~/kiauh
origin: https://github.com/th33xitus/kiauh.git
is_system_service: False
[update_manager Katapult]
type: git_repo
path: ~/katapult
origin: https://github.com/Arksine/katapult.git
is_system_service: False
[update_manager ProbeAccuracyTests]
type: git_repo
path: ~/probe_accuracy_tests
origin: https://github.com/sporkus/probe_accuracy_tests
is_system_service: False
[update_manager crowsnest]
type: git_repo
path: ~/crowsnest
origin: https://github.com/mainsail-crew/crowsnest.git
# primary_branch: legacy/v3
install_script: tools/pkglist.sh
[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
[wled case]
type: http
address: 192.168.69.81
initial_preset: 1
# initial_red: 1.0
# initial_green: 0
# initial_blue: 0
#initial_white:
chain_count: 300
#color_order: RGB
[mmu_server]
enable_file_preprocessor: True
[spoolman]
server: http://192.168.69.51:7912
# URL to the Spoolman instance. This parameter must be provided.
sync_rate: 5
# The interval, in seconds, between sync requests with the
# Spoolman server. The default is 5.