diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-12-03 18:11:29 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-12-03 18:11:29 -0500 |
commit | 14952ccef5b932751b38077b1dd949c330a64b7d (patch) | |
tree | 4478dc87fbf3917e4b39e47e4939b43b174ca6c2 /klippy/extras/display | |
parent | 6e48ee537f0503bc8d87e5387bd642a9b74df0b0 (diff) | |
download | kutter-14952ccef5b932751b38077b1dd949c330a64b7d.tar.gz kutter-14952ccef5b932751b38077b1dd949c330a64b7d.tar.xz kutter-14952ccef5b932751b38077b1dd949c330a64b7d.zip |
docs: Add links to default display.cfg and menu.cfg in Config_Reference.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/extras/display')
-rw-r--r-- | klippy/extras/display/display.cfg | 5 | ||||
-rw-r--r-- | klippy/extras/display/menu.cfg | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/klippy/extras/display/display.cfg b/klippy/extras/display/display.cfg index a6377914..042c3272 100644 --- a/klippy/extras/display/display.cfg +++ b/klippy/extras/display/display.cfg @@ -1,5 +1,10 @@ # This file defines the default layout of the printer's lcd display. +# It is not necessary to edit this file to change the display. +# Instead, one may override any of the sections defined here by +# defining a section with the same name in the main printer.cfg config +# file. + ###################################################################### # Helper macros for showing common screen values diff --git a/klippy/extras/display/menu.cfg b/klippy/extras/display/menu.cfg index 77009a1d..f107b829 100644 --- a/klippy/extras/display/menu.cfg +++ b/klippy/extras/display/menu.cfg @@ -1,5 +1,8 @@ -# This file serves as default menu structure. -# See the "example-menu.cfg" file for description of common config parameters. +# This file defines the default layout of the printer's menu. + +# It is not necessary to edit this file to change the menu. Instead, +# one may override any of the sections defined here by defining a +# section with the same name in the main printer.cfg config file. ### DEFAULT MENU ### # Main |