-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmoonraker.conf
68 lines (58 loc) · 1.18 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
[server]
host: 0.0.0.0
port: 7125
[file_manager]
enable_object_processing: True
[data_store]
temperature_store_size: 600
gcode_store_size: 1000
[authorization]
force_logins: True
cors_domains:
*.local
*.lan
*.pvt
*://app.fluidd.xyz
# enables partial support of Octoprint API
[octoprint_compat]
# enables moonraker to track and store print history.
[history]
# this enables moonraker's update manager
[update_manager]
enable_auto_refresh: True
# this enabled fluidd updates
[update_manager client fluidd]
type: web
repo: cadriel/fluidd
path: ~/fluidd
[secrets]
# To enable mqtt (whee)
[mqtt]
address: mosquitto.hurd.pvt
port: 8883
username: {secrets.mqtt_credentials.username}
password: {secrets.mqtt_credentials.password}
mqtt_protocol: v5
enable_moonraker_api: True
instance_name: voron2
# See "Printer Objects" https://moonraker.readthedocs.io/en/latest/printer_objects/
status_objects:
toolhead
extruder
temperature_sensor Frame
# temperature_fan Chamber
heater_bed
temperature_sensor RPi
filament_switch_sensor Filament
virtual_sdcard
print_stats
# display_status
# fan
# idle_timeout
# bed_mesh
# output_pin beeper
# configfile
# webhooks
# gcode_move
#default_qos: 0
#api_qos: 0