-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoonraker.conf
More file actions
118 lines (101 loc) · 2.6 KB
/
Copy pathmoonraker.conf
File metadata and controls
118 lines (101 loc) · 2.6 KB
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
[server]
host: 0.0.0.0
port: 7125
klippy_uds_address: /home/lee/printer_data/comms/klippy.sock
[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]
[file_manager]
[octoprint_compat]
[history]
[wled lights]
type: http
address: 10.0.0.21
chain_count: 104
initial_white: 1.0
[power printer_lights]
type: klipper_device
object_name: gcode_macro SET_CASELIGHTS
locked_while_printing: False
[update_manager]
channel: dev
refresh_interval: 168
[timelapse]
## Following basic configuration is default to most images and don't need
## to be changed in most scenarios. Only uncomment and change it if your
## Image differ from standart installations. In most common scenarios
## a User only need [timelapse] in their configuration.
#output_path: ~/timelapse/
## Directory where the generated video will be saved
#frame_path: /tmp/timelapse/
## Directory where the temporary frames are saved
#ffmpeg_binary_path: /usr/bin/ffmpeg
## Directory where ffmpeg is installed
#autorender: true
#parkhead: false
[analysis]
enable_auto_analysis: true
auto_dump_default_config: true
enable_estimator_updates: true
[announcements]
[job_queue]
[update_manager KlipperScreen]
type: git_repo
path: /home/lee/KlipperScreen
origin: https://github.com/KlipperScreen/KlipperScreen.git
virtualenv: /home/lee/.KlipperScreen-env
requirements: scripts/KlipperScreen-requirements.txt
system_dependencies: scripts/system-dependencies.json
managed_services: KlipperScreen
[update_manager fluidd]
type: web
repo: fluidd-core/fluidd
path: ~/fluidd
[update_manager crowsnest]
type: git_repo
path: ~/crowsnest
origin: https://github.com/mainsail-crew/crowsnest.git
managed_services: crowsnest
system_dependencies: 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
[webcam Voron]
location: printer
enabled: True
service: mjpegstreamer-adaptive
target_fps: 15
stream_url: /webcam/?action=stream
snapshot_url: /webcam/?action=snapshot
flip_horizontal: False
flip_vertical: False
rotation: 0
aspect_ratio: 16:9
[webcam Arducam]
location: printer
enabled: True
service: mjpegstreamer-adaptive
target_fps: 15
stream_url: /webcam2/?action=stream
snapshot_url: /webcam2/?action=snapshot
flip_horizontal: False
flip_vertical: False
rotation: 0
aspect_ratio: 16:9