docs: document object processing
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
9dd0797f49
commit
b3d2307d36
|
@ -66,8 +66,20 @@ log_path:
|
||||||
queue_gcode_uploads: False
|
queue_gcode_uploads: False
|
||||||
# When set to True the file manager will add uploads to the job_queue when
|
# 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.
|
# the `start_print` flag has been set. The default if False.
|
||||||
|
enable_object_processing: 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.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
!!! Note
|
||||||
|
It is also possible to enable object processing directly in the slicer.
|
||||||
|
See the [preprocess-cancellation](https://github.com/kageurufu/cancelobject-preprocessor)
|
||||||
|
documentation for details.
|
||||||
|
|
||||||
### `[database]`
|
### `[database]`
|
||||||
|
|
||||||
The `database` section provides configuration for Moonraker's lmdb database.
|
The `database` section provides configuration for Moonraker's lmdb database.
|
||||||
|
|
Loading…
Reference in New Issue