Merge branch 'develop'

This commit is contained in:
张开科 2024-09-12 09:41:51 +08:00
commit 640e164c60

View File

@ -58,6 +58,7 @@ debounce_period: .01
minimum_event_time: 0
on_press:
{% do call_method("printer.emergency_stop") %}
{% do call_method("machine.shutdown") %}
[update_manager]
channel: dev
@ -70,3 +71,24 @@ origin: https://github.com/CreatBotOfficail/CreatBotKlipperScreen.git
env: /home/klipper/.KlipperScreen-env/bin/python
requirements: scripts/KlipperScreen-requirements.txt
install_script: scripts/KlipperScreen-install.sh
[update_manager mainsail-config]
type: git_repo
primary_branch: master
path: ~/mainsail-config
origin: https://github.com/mainsail-crew/mainsail-config.git
managed_services: klipper
[update_manager mainsail]
type: web
channel: stable
repo: mainsail-crew/mainsail
path: ~/mainsail
# Crowsnest update_manager entry
[update_manager crowsnest]
type: git_repo
path: ~/crowsnest
origin: https://github.com/CreatBotOfficail/CreatBotCrowsnest.git
managed_services: crowsnest
install_script: tools/pkglist.sh