diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-02-21 12:20:21 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-02-21 12:20:21 -0500 |
commit | 9e153214189d107fedc12b83aefdc42efd9196f9 (patch) | |
tree | cd549358b71c4debeb13d7418070c9333c4f9448 | |
parent | 7202a5da8e23dbde28a17cb603eee30385fdd951 (diff) | |
download | kutter-9e153214189d107fedc12b83aefdc42efd9196f9.tar.gz kutter-9e153214189d107fedc12b83aefdc42efd9196f9.tar.xz kutter-9e153214189d107fedc12b83aefdc42efd9196f9.zip |
docs: Minor wording change to Example_Configs.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Example_Configs.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Example_Configs.md b/docs/Example_Configs.md index 8cf1e2e1..263dacd4 100644 --- a/docs/Example_Configs.md +++ b/docs/Example_Configs.md @@ -28,9 +28,9 @@ is also a useful resource for finding and sharing config files. config files must end in a year followed by `.cfg` (eg, `-2019.cfg`). In this case, the year is an approximate year the given printer was sold. -3. Do not use spaces or other unusual characters in the config - filename. The filename should contain only characters `A-Z`, `a-z`, - `0-9`, `-`, and `.`. +3. Do not use spaces or special characters in the config filename. The + filename should contain only characters `A-Z`, `a-z`, `0-9`, `-`, + and `.`. 4. Klipper must be able to start `printer`, `generic`, and `kit` example config file without error. These config files should be added to the |