From 460d48062187b6fc49b4fa9a61e7e9c0ec97067f Mon Sep 17 00:00:00 2001 From: alfrix Date: Wed, 20 Mar 2024 22:48:48 -0300 Subject: [PATCH] docs: config move includes to the bottom --- docs/Configuration.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index 6faee4c3..3abcfea3 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -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). -## Include files -```{ .ini .no-copy } -# [include conf.d/*.conf] -# Include another configuration file. Wildcards (*) will expand to match anything. -``` - - ## Main Options The options listed here are not editable from within the user interface. ```{ .ini .no-copy } @@ -144,6 +137,12 @@ for example: gcode: M107 ``` +## Include files +```{ .ini .no-copy } +# [include conf.d/*.conf] +# Include another configuration file. Wildcards (*) will expand to match anything. +``` + ## Menu 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