Deploying to gh-pages from @ Klipper3d/klipper@7b490f3ec1 🚀

This commit is contained in:
KevinOConnor
2024-04-28 00:05:14 +00:00
parent 15e16ec351
commit 03f81ee535
83 changed files with 1973 additions and 1233 deletions

View File

@@ -1429,7 +1429,7 @@
<p>准确的探针 z 偏移(z_offset)是高质量打印的基础。z 偏移是探针触发时探针和喷嘴之间的高度差。Klipper 中的 <code>PROBE_CALIBRATE</code>(探针校准)工具可用于测量这个值——首先,该工具会运行一次自动探测以获取探针的 z 触发位置然后需要手动调整Z坐标以获取喷嘴碰触到热床时的 z 高度。然后将根据这些测量值计算探针的 z 偏移。</p>
<p>首先进行三轴的归零然后将喷嘴移动到热床的中央位置。转到OctoPrint的“命令行Terminal”子页输入 <code>PROBE_CALIBRATE</code>以启动z_offset校准工具。</p>
<p>工具首先会令探针进行一次自动探测获取触发探针的z位置之后控制喷嘴上升并将喷嘴的X/Y位置移动到探针对应位置上并开始手动调平流程。如果喷嘴没有移动到探针进行自动探测的位置输入<code>ABORT</code>以停止手动调平并上文根据X、y偏移校准流程进行探针X、Y校准。</p>
<p>进入手动调平的过程后,请按照<a href="Bed_Level.html#the-paper-test">“纸片测试”</a>的流程,确定在探针探测位置上,喷嘴与热床之间的距离。完成上述流程后,使用<code>ACCEPT</code>命令将测量到的z_offset应用到当前配置如需要保存配置到文件则键入</p>
<p>Once the manual probe tool starts, follow the steps described at <a href="Bed_Level.html#the-paper-test">"the paper test"</a> to determine the actual distance between the nozzle and bed at the given location. Once those steps are complete one can <code>ACCEPT</code> the position and save the results to the config file with:</p>
<div class="highlight"><pre><span></span><code>SAVE_CONFIG
</code></pre></div>