diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-19 13:17:49 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-25 10:50:56 -0400 |
commit | dd4f2d81b6683afb304c3d104fae2360a70cc644 (patch) | |
tree | a06b5cc906ac4436da89f8fb319b27a9a7af3225 /docs/Example_Configs.md | |
parent | 681ca5be62652ffb5fe940d458e39b20c705eed5 (diff) | |
download | kutter-dd4f2d81b6683afb304c3d104fae2360a70cc644.tar.gz kutter-dd4f2d81b6683afb304c3d104fae2360a70cc644.tar.xz kutter-dd4f2d81b6683afb304c3d104fae2360a70cc644.zip |
docs: Deprecate support for the pin_map config option
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 53823fcf..aa18b06c 100644 --- a/docs/Example_Configs.md +++ b/docs/Example_Configs.md @@ -82,8 +82,8 @@ directory](../config/). 170` as that is already the default value. 7. Where possible, lines should not exceed 80 columns. 7. Do not use any deprecated features in the example config file. The - `step_distance` parameter is deprecated and should not be in any - example config file. + `step_distance` and `pin_map` parameters are deprecated and should + not be in any example config file. 8. Do not disable a default safety system in an example config file. For example, a config should not specify a custom `max_extrude_cross_section`. Do not enable debugging features. For |