config: Add include feature

This commit is contained in:
Jordan Ruthe
2021-03-06 12:43:47 -05:00
parent 5e31e3cfa6
commit 3e505d7a71
3 changed files with 50 additions and 1 deletions

View File

@@ -9,6 +9,13 @@ If one of those files are found, it will be used over the default configuration.
merged with the custom configuration, so if you do not define any menus the default menus will be used.The default
config is included here: [ks_includes/KlipperScreen.conf](../ks_includes/KlipperScreen.conf)
## Include files
```
[include conf.d/*.conf]
# Include another configuration file. Wildcards (*) will expand to match anything.
```
## Main Options
```
[main]

View File

@@ -1,5 +1,8 @@
## Changelog
### 2021 03 06
* Added ability to include configuration files
#### 2021 03 05
* Multiple printers are now available in the main branch.