Deploying to gh-pages from @ Klipper3d/klipper@defce11235 🚀

This commit is contained in:
KevinOConnor 2022-05-16 00:04:36 +00:00
parent 61ce44d55e
commit d5eff5c05a
37 changed files with 4028 additions and 257 deletions

View file

@ -1287,6 +1287,7 @@
</li>
<li>不要在示例配置文件中使用任何已废弃的功能。</li>
<li>不要在示例配置文件中禁用默认安全系统。例如,一个配置不应该指定一个自定义的 <code>max_extrude_cross_section</code>。不要启用调试功能。例如,不应该有一个 <code>force_move</code> 配置部分。</li>
<li>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.</li>
</ol>
<p>通过创建github "pull request "来提交配置文件示例。也请遵循<a href="CONTRIBUTING.html">contribution document</a>中的指示。</p>