146 lines
4.0 KiB
Plaintext
146 lines
4.0 KiB
Plaintext
|
# __ ______ ___ ____ _____
|
||
|
# \ \ / / ___/ _ \| _ \| ____|
|
||
|
# \ \ / / | | | | | |_) | _|
|
||
|
# \ V /| |__| |_| | _ <| |___
|
||
|
# \_/ \____\___/|_| \_\_____| 3.1
|
||
|
# Standalone 300 Setup.
|
||
|
|
||
|
#▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
|
||
|
# Base
|
||
|
#▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
|
||
|
|
||
|
[server]
|
||
|
host: 0.0.0.0
|
||
|
port: 7125
|
||
|
max_upload_size: 1024
|
||
|
|
||
|
[authorization]
|
||
|
cors_domains:
|
||
|
http://*.local
|
||
|
http://*.lan
|
||
|
trusted_clients:
|
||
|
127.0.0.0/8
|
||
|
192.168.0.0/16
|
||
|
|
||
|
[file_manager]
|
||
|
enable_object_processing: True
|
||
|
|
||
|
[update_manager]
|
||
|
refresh_interval: 72
|
||
|
enable_auto_refresh: True
|
||
|
|
||
|
[history]
|
||
|
|
||
|
[octoprint_compat]
|
||
|
|
||
|
[announcements]
|
||
|
subscriptions:
|
||
|
RatOS
|
||
|
mainsail
|
||
|
|
||
|
#▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
|
||
|
# Repos
|
||
|
#▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
|
||
|
|
||
|
[update_manager client RatOS]
|
||
|
type: git_repo
|
||
|
path: ~/klipper_config/config
|
||
|
primary_branch: v2.x
|
||
|
origin: https://github.com/Rat-OS/RatOS-configuration.git
|
||
|
install_script: scripts/ratos-install.sh
|
||
|
managed_services:
|
||
|
klipper
|
||
|
moonraker
|
||
|
|
||
|
[update_manager client RatOSTheme]
|
||
|
type: git_repo
|
||
|
path: ~/klipper_config/.theme
|
||
|
origin: https://github.com/Rat-OS/RatOS-theme.git
|
||
|
is_system_service: False
|
||
|
primary_branch: v2.x
|
||
|
|
||
|
[update_manager ratos-configurator]
|
||
|
type: git_repo
|
||
|
path: ~/ratos-configurator
|
||
|
primary_branch: v2.x-deployment
|
||
|
origin: https://github.com/Rat-OS/RatOS-configurator.git
|
||
|
install_script: scripts/setup.sh
|
||
|
is_system_service: True
|
||
|
|
||
|
[update_manager mainsail]
|
||
|
type: web
|
||
|
channel: stable
|
||
|
repo: mainsail-crew/mainsail
|
||
|
path: ~/mainsail
|
||
|
|
||
|
[update_manager crowsnest]
|
||
|
type: git_repo
|
||
|
path: ~/crowsnest
|
||
|
origin: https://github.com/mainsail-crew/crowsnest.git
|
||
|
managed_services: crowsnest
|
||
|
|
||
|
[update_manager pam]
|
||
|
type: git_repo
|
||
|
primary_branch: main
|
||
|
path: ~/pam
|
||
|
origin: https://github.com/HelgeKeck/pam.git
|
||
|
is_system_service: False
|
||
|
|
||
|
[update_manager timelapse]
|
||
|
type: git_repo
|
||
|
primary_branch: main
|
||
|
path: ~/moonraker-timelapse
|
||
|
origin: https://github.com/mainsail-crew/moonraker-timelapse.git
|
||
|
managed_services: klipper moonraker
|
||
|
|
||
|
[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
|
||
|
|
||
|
# [update_manager LinearMovementAnalysis]
|
||
|
# type: git_repo
|
||
|
# path: ~/klipper_linear_movement_analysis
|
||
|
# primary_branch: main
|
||
|
# origin: https://github.com/worksasintended/klipper_linear_movement_analysis.git
|
||
|
# install_script: install.sh
|
||
|
# env: ~/klippy-env/bin/python
|
||
|
# requirements: requirements.txt
|
||
|
# is_system_service: False
|
||
|
# managed_services: klipper
|
||
|
|
||
|
#▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
|
||
|
# Shelly
|
||
|
#▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
|
||
|
|
||
|
[power Shelly]
|
||
|
type: shelly
|
||
|
#object_name: gcode_macro WLED_MOONRAKER
|
||
|
off_when_shutdown: False
|
||
|
locked_while_printing: True
|
||
|
restart_klipper_when_powered: True
|
||
|
restart_delay: 3
|
||
|
address: 192.168.0.80
|
||
|
user: admin
|
||
|
|
||
|
#▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
|
||
|
# WLED (https://kno.wled.ge)
|
||
|
#▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
|
||
|
|
||
|
[wled chamber]
|
||
|
type: http
|
||
|
address: 192.168.0.85
|
||
|
chain_count: 42
|
||
|
#serial:
|
||
|
initial_preset: 100
|
||
|
#initial_red: 0.5
|
||
|
#initial_green: 0.4
|
||
|
#initial_blue: 0.3
|
||
|
|
||
|
[power Led]
|
||
|
type: klipper_device
|
||
|
object_name: gcode_macro WLED_MOONRAKER
|
||
|
locked_while_printing: False
|