diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-11-28 12:07:11 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-11-28 12:09:03 -0500 |
commit | 3d36ab6841811c6de8535c2705edac9cdd683a7b (patch) | |
tree | ec26c2ec519c524bd59030bb4c1d5a54aaeb5c59 | |
parent | 32194066200be5f57c8e753b58ad8e67d1bc2aa8 (diff) | |
download | kutter-3d36ab6841811c6de8535c2705edac9cdd683a7b.tar.gz kutter-3d36ab6841811c6de8535c2705edac9cdd683a7b.tar.xz kutter-3d36ab6841811c6de8535c2705edac9cdd683a7b.zip |
config: Add dummy example.cfg and example-extras.cfg files
Add dummy files with information on the new location of the config
reference.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/example-extras.cfg | 4 | ||||
-rw-r--r-- | config/example.cfg | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg new file mode 100644 index 00000000..5de00a49 --- /dev/null +++ b/config/example-extras.cfg @@ -0,0 +1,4 @@ +# Documentation on config parameters has moved to: docs/Config_Reference.md + +# The latest version of the config reference is also available online at: +# https://www.klipper3d.org/Config_Reference.html diff --git a/config/example.cfg b/config/example.cfg new file mode 100644 index 00000000..5de00a49 --- /dev/null +++ b/config/example.cfg @@ -0,0 +1,4 @@ +# Documentation on config parameters has moved to: docs/Config_Reference.md + +# The latest version of the config reference is also available online at: +# https://www.klipper3d.org/Config_Reference.html |