working calibrated

This commit is contained in:
2022-12-14 20:51:41 +01:00
parent c01079a9ad
commit 86ffb3a790
9 changed files with 702 additions and 52 deletions

View File

@@ -1,13 +1,9 @@
[server]
host = 0.0.0.0
port = 7125
enable_debug_logging = False
max_upload_size = 1024
[file_manager]
config_path = ~/klipper_config
log_path = ~/klipper_logs
enable_object_processing = False
[authorization]
cors_domains =
@@ -55,3 +51,11 @@ origin = https://github.com/mainsail-crew/sonar.git
primary_branch = main
managed_services = sonar
[update_manager KlipperScreen]
type = git_repo
path = /home/pi/KlipperScreen
origin = https://github.com/jordanruthe/KlipperScreen.git
env = /home/pi/.KlipperScreen-env/bin/python
requirements = scripts/KlipperScreen-requirements.txt
install_script = scripts/KlipperScreen-install.sh