docs: config move includes to the bottom

This commit is contained in:
alfrix 2024-03-20 22:48:48 -03:00
parent 703e136d45
commit 460d480621

View File

@ -12,13 +12,6 @@ Write in the file only the options that need to be changed, and restart KlipperS
The line endings should be of UNIX style (LF). The line endings should be of UNIX style (LF).
## Include files
```{ .ini .no-copy }
# [include conf.d/*.conf]
# Include another configuration file. Wildcards (*) will expand to match anything.
```
## Main Options ## Main Options
The options listed here are not editable from within the user interface. The options listed here are not editable from within the user interface.
```{ .ini .no-copy } ```{ .ini .no-copy }
@ -144,6 +137,12 @@ for example:
gcode: M107 gcode: M107
``` ```
## Include files
```{ .ini .no-copy }
# [include conf.d/*.conf]
# Include another configuration file. Wildcards (*) will expand to match anything.
```
## Menu ## Menu
This allows a custom configuration for the menu displayed while the printer is idle. You can use sub-menus to group This allows a custom configuration for the menu displayed while the printer is idle. You can use sub-menus to group
different items and there are several panel options available. It is possible to have a gcode script run on a menu different items and there are several panel options available. It is possible to have a gcode script run on a menu