Voron2_4_Klipper_Config/config/.moonraker.conf.bkp

71 lines
1.3 KiB
Plaintext

[server]
host = 0.0.0.0
port = 7125
klippy_uds_address = /tmp/klippy_uds
[database]
[authorization]
trusted_clients =
10.0.0.0/8
127.0.0.0/8
172.16.0.0/12
192.168.0.0/16
FE80::/10
::1/128
cors_domains =
*.schmiemann.online
[file_manager]
[timelapse]
output_path = ~/timelapse/
frame_path = /tmp/timelapse/
ffmpeg_binary_path = /usr/bin/ffmpeg
enabled = True
mode = hyperlapse
snapshoturl = http://admin:158615@10.3.0.21/tmpfs/snap.jpg
gcode_verbose = True
parkhead = False
parkpos = back_left
hyperlapse_cycle = 30
autorender = True
constant_rate_factor = 18
output_framerate = 24
pixelformat = yuv420p
time_format_code = %H%M_%m%d%Y
extraoutputparams =
variable_fps = False
flip_x = False
flip_y = False
duplicatelastframe = 3
previewimage = True
saveframes = True
[octoprint_compat]
[history]
[update_manager]
channel = dev
[update_manager fluidd]
type = web
repo = fluidd-core/fluidd
path = ~/fluidd
[update_manager timelapse]
type = git_repo
primary_branch = main
path = ~/moonraker-timelapse
origin = https://github.com/mainsail-crew/moonraker-timelapse.git
[update_manager KlipperScreen]
type = git_repo
path = ~/KlipperScreen
origin = https://github.com/jordanruthe/KlipperScreen.git
env = ~/.KlipperScreen-env/bin/python
requirements = scripts/KlipperScreen-requirements.txt
install_script = scripts/KlipperScreen-install.sh