-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoonraker.conf
54 lines (45 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
[server]
# Bind server defaults of 0.0.0.0, port 7125
klippy_uds_address: /tmp/uds
[machine]
provider: none
validate_service: false
validate_config: false
[file_manager]
file_system_observer: none
enable_object_processing: True
[authorization]
enable_api_key: false
trusted_clients:
0.0.0.0/0
cors_domains:
*
# Allow CORS requests for Fluidd
# http://app.fluidd.xyz
# Enable OctoPrint compatibility for Slicer uploads
# Supports Cura, Slic3r, and Slic3r dervivatives
# (PrusaSlicer, SuperSlicer)
[octoprint_compat]
# Enable print history tracking
[history]
[spoolman]
server: http://pifive: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.
[timelapse]
output_path: /root/printer_data/timelapse
frame_path: /root/printer_data/timelapse/images
ffmpeg_binary_path: /usr/bin/ffmpeg
saveFrames: False
output_framerate: 30
constant_rate_factor: 23
pixelformat: yuv420p
extraoutputparams: -preset veryfast -tune zerolatency
# Default webcam config values
# flip_h = false
# flip_v = false
# rotate_90 = false
# stream_url = /webcam/?action=stream
# webcam_enabled = true