docs: warn users about overlapping folders

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-02-26 08:26:03 -05:00
parent fd8bde7185
commit 2bc43ec3df
No known key found for this signature in database
GPG Key ID: 7027245FBBDDF59A
1 changed files with 11 additions and 1 deletions

View File

@ -75,7 +75,17 @@ enable_object_processing: False
# The default is False. # The default is False.
``` ```
!!! Note !!! Warning
Moonraker currently supports two paths with read/write access, the
`config_path` configured in the `file_manager` and the `virtual_sdcard` path
configured through Klipper in `printer.cfg`. These paths are monitored for
changes, thus they must not overlap. Likewise, these paths may not be a
parent or child of folders containing sensitive files such as the `database`,
Moonraker's source, or Klipper's source. If either of the above conditions
are present Moonraker will generate a warning and revoke access to the
offending path.
!!! Tip
It is also possible to enable object processing directly in the slicer. It is also possible to enable object processing directly in the slicer.
See the [preprocess-cancellation](https://github.com/kageurufu/cancelobject-preprocessor) See the [preprocess-cancellation](https://github.com/kageurufu/cancelobject-preprocessor)
documentation for details. documentation for details.