Prepare for major update of software componenets

This commit is contained in:
Carsten Schmiemann 2022-10-27 13:57:14 +02:00
parent 5964d22158
commit 8780f78cb6
4 changed files with 77 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
timelapse/

70
.moonraker.conf.bkp Normal file
View File

@ -0,0 +1,70 @@
[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

View File

@ -44,4 +44,9 @@ Stand Filament: 1969m
06.10.2022
- Hotend Umbau auf Dragon Hotend Halterung, um v6 Adapter zu entfernen
Stand Filament: 2096m
Stand Filament: 2096m
27.10.2022
- Update klipper,moonraker auf neueste Version
- Neue Verzeichnisstruktur
Stand Filament: 2160m

View File

@ -1,5 +1,5 @@
[virtual_sdcard]
path: ~/gcode_files
path: /home/klipper/printer_data/gcodes
[display_status]