config: Add include feature
This commit is contained in:
@@ -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]
|
||||
|
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user