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

@@ -2,15 +2,15 @@
host: 0.0.0.0
port: 7125
# Verbose logging used for debugging . Default False.
enable_debug_logging: False
#enable_debug_logging: False
# The maximum size allowed for a file upload (in MiB). Default 1024 MiB
max_upload_size: 1024
[file_manager]
config_path: /home/willem/klipper_config
log_path: home/willem/klipper_logs
#config_path: /home/willem/klipper_config
#log_path: home/willem/klipper_logs
# post processing for object cancel. Not recommended for low resource SBCs such as a Pi Zero. Default False
enable_object_processing: False
#enable_object_processing: False
[authorization]
cors_domains:
@@ -79,8 +79,8 @@ managed_services: sonar
[update_manager KlipperScreen]
type: git_repo
path: /home/willem/KlipperScreen
path: /home/pi/KlipperScreen
origin: https://github.com/jordanruthe/KlipperScreen.git
env: /home/willem/.KlipperScreen-env/bin/python
env: /home/pi/.KlipperScreen-env/bin/python
requirements: scripts/KlipperScreen-requirements.txt
install_script: scripts/KlipperScreen-install.sh