summarylogtreecommitdiffstats
path: root/moonraker.conf
diff options
context:
space:
mode:
authorWilhelm Schuster2021-12-05 19:04:18 +0100
committerWilhelm Schuster2021-12-05 19:04:18 +0100
commit1750b65e44c4c3f6d1b760dffeaf0dffab3aad26 (patch)
tree45f329e5c15b5f5b34b517e1852201bee18fe04a /moonraker.conf
parente178fa49ea0c812d5ef6b81f46f4229ec8747310 (diff)
downloadaur-1750b65e44c4c3f6d1b760dffeaf0dffab3aad26.tar.gz
Add support for python-preprocess-cancellation
Diffstat (limited to 'moonraker.conf')
-rw-r--r--moonraker.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/moonraker.conf b/moonraker.conf
index b22791cb774f..83c10fc10b29 100644
--- a/moonraker.conf
+++ b/moonraker.conf
@@ -41,6 +41,13 @@ config_path: /etc/klipper
# When set to True the file manager will add uploads to the job_queue when
# the `start_print` flag has been set. The default if False.
#queue_gcode_uploads: False
+# When set to True gcode files will be run through a "preprocessor"
+# during metdata extraction if object tags are detected. This preprocessor
+# replaces object tags with G-Code commands compatible with Klipper's
+# "cancel object" functionality. Note that this process is file I/O intensive,
+# it is not recommended for usage on low resource SBCs such as a Pi Zero.
+# The default is False.
+#enable_object_processing: False
[database]
# The path to the folder that stores Moonraker's lmdb database files.