diff --git a/docs/changelog.md b/docs/changelog.md index 62f3ad7..6d3696f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -25,6 +25,7 @@ The format is based on [Keep a Changelog]. - **webcam**: Webcam APIs can now specify cameras by `uid` or `name` - **deps**: Added support for optional `msgspec` and `uvloop` packages - **extensions**: Agents may now register remote methods with Klipper +- **file_manager**: Add `check_klipper_config_path` option ### Fixed diff --git a/docs/configuration.md b/docs/configuration.md index b4dfdeb..d2e9987 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -124,6 +124,13 @@ management functionality. If omitted defaults will be used. queue_gcode_uploads: False # 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. +check_klipper_config_path: True +# By default Moonraker will validate that Klipper's configuration file exists +# within the data path's "config" folder, as this is a requirement for +# Moonraker to write to the configuration. If this validation check fails +# Moonaker will warn the user. Installations that do not wish to use Moonraker +# to manage Klipper's configuration may set this option to False to bypass the +# location check. The default is True. enable_object_processing: False # When set to True gcode files will be run through a "preprocessor" # during metadata extraction if object tags are detected. This preprocessor