Update config

This commit is contained in:
Carsten Schmiemann 2022-10-27 09:43:15 +02:00
parent db53320e93
commit 5964d22158
3 changed files with 20 additions and 117 deletions

View File

@ -1,98 +0,0 @@
[server]
host: 0.0.0.0
port: 7125
enable_debug_logging: False
klippy_uds_address: /tmp/klippy_uds
[database]
database_path: ~/.moonraker_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]
config_path: /home/klipper/klipper_config
log_path: /home/klipper/klipper_logs
[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 there 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
## Fluidd has no API for configuration, so here statically
enabled: True
mode: hyperlapse #layermacro - muss von Slicer gecallt werden; hyperlapse=Zeitbasierte Auslösung
snapshoturl: http://admin:158615@10.3.0.21/tmpfs/snap.jpg
gcode_verbose: True
parkhead: False
parkpos: back_left
#park_custom_pos_x: 0.0
#park_custom_pos_y: 0.0
#park_custom_pos_dz: 0.0
#park_travel_speed: 100
#park_retract_speed: 15
#park_extrude_speed: 15
#park_retract_distance: 1.0
#park_extrude_distance: 1.0
#Abstand Sekunden wann ein Bild im hyperlapse Mode gemacht wird
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
#targetlength: 10
#variable_fps_min: 5
#variable_fps_max: 60
flip_x: False
flip_y: False
duplicatelastframe: 3
previewimage: True
saveframes: True
[octoprint_compat]
[history]
[update_manager]
channel: dev
#[update_manager mainsail]
#type: web
#repo: mainsail-crew/mainsail
#path: ~/mainsail
[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

@ -1,14 +1,19 @@
[preheat ABS]
extruder: 170
heater_bed: 110
chamber: 0
[preheat PLA]
extruder: 110
heater_bed: 60
chamber: 30
[preheat PETG]
extruder: 170
heater_bed: 90
chamber: 40
[preheat ABS]
extruder: 170
heater_bed: 110
chamber: 0
[preheat PLA]
extruder: 110
heater_bed: 60
chamber: 30
[preheat PETG]
extruder: 170
heater_bed: 90
chamber: 40
#~# --- Do not edit below this line. This section is auto generated --- #~#
#~#
#~#
#~#

View File

@ -1,11 +1,9 @@
[server]
host: 0.0.0.0
port: 7125
enable_debug_logging: False
klippy_uds_address: /tmp/klippy_uds
[database]
database_path: ~/.moonraker_database
[authorization]
trusted_clients:
@ -19,8 +17,6 @@ cors_domains:
*.schmiemann.online
[file_manager]
config_path: /home/klipper/klipper_config
log_path: /home/klipper/klipper_logs
[timelapse]
## Following basic configuration is default to most images and don't need
@ -95,4 +91,4 @@ 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
install_script: scripts/KlipperScreen-install.sh