Deploying to gh-pages from @ Klipper3d/klipper@9b60daf62d 🚀
This commit is contained in:
@@ -431,14 +431,14 @@
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#i-found-a-bug-in-the-klipper-software" class="md-nav__link">
|
||||
I found a bug in the Klipper software
|
||||
<a href="#klipper_1" class="md-nav__link">
|
||||
我在Klipper中发现了一个缺陷
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#klipper_1" class="md-nav__link">
|
||||
<a href="#klipper_2" class="md-nav__link">
|
||||
我正在进行一些我想添加到 Klipper 中的改进
|
||||
</a>
|
||||
|
||||
@@ -1344,14 +1344,14 @@
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#i-found-a-bug-in-the-klipper-software" class="md-nav__link">
|
||||
I found a bug in the Klipper software
|
||||
<a href="#klipper_1" class="md-nav__link">
|
||||
我在Klipper中发现了一个缺陷
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#klipper_1" class="md-nav__link">
|
||||
<a href="#klipper_2" class="md-nav__link">
|
||||
我正在进行一些我想添加到 Klipper 中的改进
|
||||
</a>
|
||||
|
||||
@@ -1389,9 +1389,9 @@
|
||||
<li><a href="#i-have-a-question-about-klipper">我有一个关于 Klipper 的问题</a></li>
|
||||
<li><a href="#i-have-a-feature-request">我有一个功能请求</a></li>
|
||||
<li><a href="#help-it-doesnt-work">我需要帮助!它炸了!</a></li>
|
||||
<li><a href="#i-found-a-bug-in-the-klipper-software">I found a bug in the Klipper software</a></li>
|
||||
<li><a href="#i-found-a-bug-in-the-klipper-software">我在Klipper中发现了一个缺陷</a></li>
|
||||
<li><a href="#i-am-making-changes-that-id-like-to-include-in-klipper">我正在进行我想纳入 Klipper 的修改</a></li>
|
||||
<li><a href="#klipper-github">Klipper github</a></li>
|
||||
<li><a href="#klipper-github">Klipper GitHub</a></li>
|
||||
</ol>
|
||||
<h2 id="_2">社区论坛<a class="headerlink" href="#_2" title="Permanent link">¶</a></h2>
|
||||
<p>有一个用来讨论 Klipper 的 <a href="https://community.klipper3d.org">Klipper 社区 Discourse 服务器</a>。</p>
|
||||
@@ -1415,24 +1415,24 @@
|
||||
<p>如果你遇到了打印问题,我们建议仔细检查打印机的硬件(所有接头、电线、螺丝等),确认没有任何异常。我们发现大多数打印问题都与 Klipper 软件无关。如果你确实发现了打印机硬件的问题,在一般的3D打印论坛或专门针对你的打印机硬件的论坛上搜索通常可以得到更好的答复。</p>
|
||||
<p>也可以在<a href="#community-forum"> Klipper 社区论坛</a>中查找类似的问题。</p>
|
||||
<p>如果你有兴趣与其他 Klipper 用户分享你的知识和经验,那么你可以加入<a href="#community-forum"> Klipper 社区论坛</a>或<a href="#discord-chat"> Klipper Discord 聊天室</a>。这两个社区都是 Klipper 用户间讨论 Klipper 的地方。</p>
|
||||
<h2 id="i-found-a-bug-in-the-klipper-software">I found a bug in the Klipper software<a class="headerlink" href="#i-found-a-bug-in-the-klipper-software" title="Permanent link">¶</a></h2>
|
||||
<h2 id="klipper_1">我在Klipper中发现了一个缺陷<a class="headerlink" href="#klipper_1" title="Permanent link">¶</a></h2>
|
||||
<p>Klipper 是一个开源项目,我们诚挚的感谢贡献者们在软件中诊断出错误。</p>
|
||||
<p>Problems should be reported in the <a href="#community-forum">Klipper Community Forum</a>.</p>
|
||||
<p>如果有问题,应在<a href="#community-forum">Klipper社区论坛</a>上报告。</p>
|
||||
<p>修复bug需要提供一些重要的信息。请遵循以下步骤:</p>
|
||||
<ol>
|
||||
<li>Make sure you are running unmodified code from <a href="https://github.com/Klipper3d/klipper">https://github.com/Klipper3d/klipper</a>. If the code has been modified or is obtained from another source, then you should reproduce the problem on the unmodified code from <a href="https://github.com/Klipper3d/klipper">https://github.com/Klipper3d/klipper</a> prior to reporting.</li>
|
||||
<li>If possible, run an <code>M112</code> command immediately after the undesirable event occurs. This causes Klipper to go into a "shutdown state" and it will cause additional debugging information to be written to the log file.</li>
|
||||
<li>请确保您正在运行从 <a href="https://github.com/Klipper3d/klipper ">https://github.com/Klipper3d/klipper </a> 获取的未修改代码。如果代码已被修改或从其他来源获得,则您需要在报告问题之前先在从 <a href="https://github.com/Klipper3d/klipper ">https://github.com/Klipper3d/klipper </a> 获取的未修改的代码上重现问题。</li>
|
||||
<li>如果可能,在不良事件发生后立即运行<code>M112</code> 命令。这将导致Klipper进入 "关闭状态",并会导致额外的调试信息被写入日志文件中。</li>
|
||||
<li>获取事件发送时的 Klipper 日志文件。该日志文件已被设计用来给 Klipper 开发人员提供关于软件及其运行环境的常见问题(软件版本、硬件类型、配置、事件时间和数百个其他问题)。<ol>
|
||||
<li>Klipper 日志文件位于 Klipper "主机"(树莓派)的<code>/tmp/klippy.log</code>文件中。</li>
|
||||
<li>你需要用“scp”或“sftp”程序将此日志文件复制到您的计算机。 “scp”程序是 Linux 和 MacOS 系统的标准配置。其他系统也通常有可用的 scp 实用程序(例如 WinSCP)。如果使用图形界面的 scp 程序无法直接复制 <code>/tmp/klippy.log</code>,可以尝试重复点击 <code>..</code>或者<code>parent folder</code>(父文件夹)直到进入根目录,再点击<code>tmp</code>文件夹,然后选择<code>klippy.log</code>文件。</li>
|
||||
<li>将日志文件复制到你的电脑,以便将其上传到问题报告中。</li>
|
||||
<li>不要以任何方式修改日志文件;不要只提供日志的片段。只有完整的未修改的日志文件才能够提供必要的信息。</li>
|
||||
<li>It is a good idea to compress the log file with zip or gzip.</li>
|
||||
<li>最好使用 zip 或 gzip 压缩日志文件。</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>Open a new topic on the <a href="#community-forum">Klipper Community Forum</a> and provide a clear description of the problem. Other Klipper contributors will need to understand what steps were taken, what the desired outcome was, and what outcome actually occurred. The compressed Klipper log file should be attached to that topic.</li>
|
||||
</ol>
|
||||
<h2 id="klipper_1">我正在进行一些我想添加到 Klipper 中的改进<a class="headerlink" href="#klipper_1" title="Permanent link">¶</a></h2>
|
||||
<h2 id="klipper_2">我正在进行一些我想添加到 Klipper 中的改进<a class="headerlink" href="#klipper_2" title="Permanent link">¶</a></h2>
|
||||
<p>Klipper 是开源软件,我们非常感谢新的贡献。</p>
|
||||
<p>新的贡献(包括代码和文档)需要通过拉取请求(PR)提交。重要信息请参见<a href="CONTRIBUTING.html">贡献文档</a>。</p>
|
||||
<p>There are several <a href="Overview.html#developer-documentation">documents for developers</a>. If you have questions on the code then you can also ask in the <a href="#community-forum">Klipper Community Forum</a> or on the <a href="#discord-chat">Klipper Community Discord</a>.</p>
|
||||
|
||||
Reference in New Issue
Block a user