diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-03-22 20:48:15 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-03-22 20:48:15 -0400 |
commit | 871e028c2747fc4dde1a61fb0fd15afbe6dd380d (patch) | |
tree | 3dd408c94f66b6d24b087f7e35b009862e2a8c6e /config/example-extras.cfg | |
parent | 39459054204aa7360c32cae0623a2d0221c01e00 (diff) | |
download | kutter-871e028c2747fc4dde1a61fb0fd15afbe6dd380d.tar.gz kutter-871e028c2747fc4dde1a61fb0fd15afbe6dd380d.tar.xz kutter-871e028c2747fc4dde1a61fb0fd15afbe6dd380d.zip |
config: Document the [include] directive
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index d301b3b5..fd150ffe 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1466,6 +1466,12 @@ #measurement_delay: 100 +# Include file support. One may include additional config file from +# the main printer config file. Wildcards may also be used (eg, +# "configs/*.cfg"). +#[include my_other_config.cfg] + + # Replicape support - see the generic-replicape.cfg file for further # details. #[replicape] |