New backup from 07/15/2024 - 01:24:08 AM
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
|
|
||||||
[crowsnest]
|
[crowsnest]
|
||||||
log_path: /home/jeka/printer_data/logs/crowsnest.log
|
log_path: /home/jeka/3dsprinter_data/logs/crowsnest.log
|
||||||
log_level: verbose # Valid Options are quiet/verbose/debug
|
log_level: verbose # Valid Options are quiet/verbose/debug
|
||||||
delete_log: false # Deletes log on every restart, if set to true
|
delete_log: false # Deletes log on every restart, if set to true
|
||||||
no_proxy: false
|
no_proxy: false
|
||||||
@@ -40,7 +40,7 @@ mode: ustreamer # ustreamer - Provides mjpg and snapshot
|
|||||||
enable_rtsp: false # If camera-streamer is used, this enables also usage of an rtsp server
|
enable_rtsp: false # If camera-streamer is used, this enables also usage of an rtsp server
|
||||||
rtsp_port: 8554 # Set different ports for each device!
|
rtsp_port: 8554 # Set different ports for each device!
|
||||||
port: 8080 # HTTP/MJPG Stream/Snapshot Port
|
port: 8080 # HTTP/MJPG Stream/Snapshot Port
|
||||||
device: /dev/video0 # See Log for available ...
|
device: /dev/video1 # See Log for available ...
|
||||||
resolution: 640x480 # widthxheight format
|
resolution: 640x480 # widthxheight format
|
||||||
max_fps: 15 # If Hardware Supports this it will be forced, otherwise ignored/coerced.
|
max_fps: 15 # If Hardware Supports this it will be forced, otherwise ignored/coerced.
|
||||||
#custom_flags: # You can run the Stream Services with custom flags.
|
#custom_flags: # You can run the Stream Services with custom flags.
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
[server]
|
[server]
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: 7125
|
port: 7125
|
||||||
klippy_uds_address: /home/jeka/printer_data/comms/klippy.sock
|
klippy_uds_address: /home/jeka/3dsprinter_data/comms/klippy.sock
|
||||||
|
|
||||||
[authorization]
|
[authorization]
|
||||||
trusted_clients:
|
trusted_clients:
|
||||||
@@ -52,6 +52,13 @@ path: ~/crowsnest
|
|||||||
origin: https://github.com/mainsail-crew/crowsnest.git
|
origin: https://github.com/mainsail-crew/crowsnest.git
|
||||||
install_script: tools/pkglist.sh
|
install_script: tools/pkglist.sh
|
||||||
|
|
||||||
|
[update_manager klipper-backup-3dsprinter]
|
||||||
|
type: git_repo
|
||||||
|
path: ~/klipper-backup-3dsprinter
|
||||||
|
origin: https://github.com/Staubgeborener/klipper-backup.git
|
||||||
|
managed_services: moonraker
|
||||||
|
primary_branch: main
|
||||||
|
|
||||||
[update_manager klipper-macros]
|
[update_manager klipper-macros]
|
||||||
type: git_repo
|
type: git_repo
|
||||||
origin: https://github.com/jschuh/klipper-macros.git
|
origin: https://github.com/jschuh/klipper-macros.git
|
||||||
@@ -60,13 +67,6 @@ primary_branch: main
|
|||||||
is_system_service: False
|
is_system_service: False
|
||||||
managed_services: klipper
|
managed_services: klipper
|
||||||
|
|
||||||
[update_manager klipper-backup-3dsprinter]
|
|
||||||
type: git_repo
|
|
||||||
path: ~/klipper-backup-3dsprinter
|
|
||||||
origin: https://github.com/Staubgeborener/klipper-backup.git
|
|
||||||
managed_services: moonraker
|
|
||||||
primary_branch: main
|
|
||||||
|
|
||||||
[power printer]
|
[power printer]
|
||||||
type: gpio
|
type: gpio
|
||||||
pin: gpiochip1/gpio26
|
pin: gpiochip1/gpio26
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
[include fluidd.cfg]
|
[include fluidd.cfg]
|
||||||
|
|
||||||
[virtual_sdcard]
|
[virtual_sdcard]
|
||||||
path: /home/jeka/printer_data/gcodes
|
path: /home/jeka/3dsprinter_data/gcodes
|
||||||
on_error_gcode: CANCEL_PRINT
|
on_error_gcode: CANCEL_PRINT
|
||||||
|
|
||||||
[include macros.cfg]
|
[include macros.cfg]
|
||||||
@@ -1,12 +1,12 @@
|
|||||||
# Please refer to the wiki(https://github.com/nlef/moonraker-telegram-bot/wiki) for detailed information on how to configure the bot
|
# Please refer to the wiki(https://github.com/nlef/moonraker-telegram-bot/wiki) for detailed information on how to configure the bot
|
||||||
|
|
||||||
[bot]
|
[bot]
|
||||||
server: 192.168.47.5:7125
|
server: 192.168.47.44:7125
|
||||||
bot_token: 7093071502:AAFGW5ygvu9oRgsZsS0CpU8-hy8x_oaxlsc
|
bot_token: 7093071502:AAFGW5ygvu9oRgsZsS0CpU8-hy8x_oaxlsc
|
||||||
chat_id: 158812314
|
chat_id: 158812314
|
||||||
|
|
||||||
[camera]
|
[camera]
|
||||||
host: http://192.168.47.5:7575/webcam/?action=stream
|
host: http://192.168.47.44/webcam/?action=stream
|
||||||
|
|
||||||
|
|
||||||
[progress_notification]
|
[progress_notification]
|
||||||
Reference in New Issue
Block a user