Skip to content

Commit

Permalink
fix: make object processing opt-in (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathis Mensing <matmen@dreadful.tech>
  • Loading branch information
matmen committed Jul 7, 2022
1 parent dfcaf91 commit 7c73dcc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ max_upload_size: 1024
[file_manager]
log_path: ~/klipper_logs
config_path: ~/klipper_config
# post processing for object cancelation - disable this when running on a low-powered device (e.g. Pi Zero)
enable_object_processing: True
# cancel object preprocessing - set to True to enable; leave disabled when running on a low-powered device (e.g. Pi Zero)
enable_object_processing: False

[data_store]
temperature_store_size: 600
Expand Down

0 comments on commit 7c73dcc

Please sign in to comment.