diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-02-21 12:17:30 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-02-21 12:17:30 -0500 |
commit | 7202a5da8e23dbde28a17cb603eee30385fdd951 (patch) | |
tree | b3ec1bda19e697550b0fdafc0f464e4b9e01943e /docs/Example_Configs.md | |
parent | 74dbd8a8e41bc9d2b097c997f4e975b60efe6811 (diff) | |
download | kutter-7202a5da8e23dbde28a17cb603eee30385fdd951.tar.gz kutter-7202a5da8e23dbde28a17cb603eee30385fdd951.tar.xz kutter-7202a5da8e23dbde28a17cb603eee30385fdd951.zip |
docs: Minor wording change in Example_Configs.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Example_Configs.md')
-rw-r--r-- | docs/Example_Configs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Example_Configs.md b/docs/Example_Configs.md index a9b7b6bb..8cf1e2e1 100644 --- a/docs/Example_Configs.md +++ b/docs/Example_Configs.md @@ -24,8 +24,8 @@ is also a useful resource for finding and sharing config files. 5. The `example` prefix is used to describe printer kinematics. This type of config is typically only added along with code for a new type of printer kinematics. -2. All example configuration files must end in a `.cfg` suffix. The - `printer` config files must end in a year followed by `.cfg` (eg, +2. All configuration files must end in a `.cfg` suffix. The `printer` + 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 |