diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-04-30 14:51:14 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-04-30 14:51:14 -0400 |
commit | 722ad4a1d2798d600ad34c8c8e7d74171e018aef (patch) | |
tree | ed74fc9b3c6b182ea0c5355aed26943ca32d17d3 | |
parent | e43fd4fab06599139b21bb6febf87e7648f89381 (diff) | |
download | kutter-722ad4a1d2798d600ad34c8c8e7d74171e018aef.tar.gz kutter-722ad4a1d2798d600ad34c8c8e7d74171e018aef.tar.xz kutter-722ad4a1d2798d600ad34c8c8e7d74171e018aef.zip |
docs: Update Example_Configs.md to note that baud should be 250000
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Example_Configs.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Example_Configs.md b/docs/Example_Configs.md index 5c17f3e3..fd1f22f2 100644 --- a/docs/Example_Configs.md +++ b/docs/Example_Configs.md @@ -101,6 +101,9 @@ is also a useful resource for finding and sharing config files. For example, a config should not specify a custom `max_extrude_cross_section`. Do not enable debugging features. For example there should not be a `force_move` config section. +10. All known boards that Klipper supports can use the default serial + baud rate of 250000. Do not recommend a different baud rate in an + example config file. Example config files are submitted by creating a github "pull request". Please also follow the directions in the |