Deploying to gh-pages from @ Klipper3d/klipper@0532a41c75 🚀

This commit is contained in:
KevinOConnor
2024-09-18 00:04:46 +00:00
parent 4ee19f5fd5
commit 0c7294c8fd
34 changed files with 1032 additions and 1003 deletions

View File

@@ -1426,7 +1426,7 @@
<li>当挤出机到达设定温度移动z下降到离热床1mm的位置。</li>
</ul>
</li>
<li>开始漂移校准。如果探针名字是<code>my_probe</code> 并且最大探针温度可以到达80C可以使用<code>TEMPERATURE_PROBE_CALIBRATE PROBE=my_probe TARGET=80</code>来进行校准。如果进行了配置喷头的XY应该会移动到<code>calibration_position</code> 并且Z轴通过<code>extruder_heating_z</code>来调整。将挤出机加热到指定温度后,工具将移动到<code>校准位置</code>指定的 Z 值。</li>
<li>开始漂移校准。如果探针名字是<code>my_probe</code> 并且最大探针温度可以到达80C可以使用<code>TEMPERATURE_PROBE_CALIBRATE PROBE=my_probe TARGET=80</code>来进行校准。如果进行了配置喷头的XY应该会移动到<code>calibration_position</code> 并且Z轴通过<code>extruder_heating_z</code>来调整。将挤出机加热到指定温度后,工具将移动到<code>calibration_position</code>指定的 Z 值。</li>
<li>程序将要求进行手动探测。使用纸张测试执行手动探头,然后使用 <code>ACCEPT</code>接受当前位置。校准程序将使用探针采集第一组采样,然后将探针停在加热位置。</li>
<li>如果<code>calibration_bed_temp</code><strong>未被</strong>配置启动热床加热到最高安全温度。否则将自动执行此步骤。</li>
<li>在默认的校准流程中在到达 <code>TARGET</code>之前会每2C要求一次手动偏移探针校准。温度偏移量在校准中可以通过<code>TEMPERATURE_PROBE_CALIBRATE</code> 中的<code>STEP</code>来进行修改。注意在自定义<code>STEP</code> 的值的时候,特别高的值和太少的校准点回导致很差的校准结果。</li>

View File

@@ -2434,8 +2434,8 @@
</li>
<li class="md-nav__item">
<a href="#abort" class="md-nav__link">
ABORT
<a href="#_2" class="md-nav__link">
关于
</a>
</li>
@@ -4654,8 +4654,8 @@
</li>
<li class="md-nav__item">
<a href="#abort" class="md-nav__link">
ABORT
<a href="#_2" class="md-nav__link">
关于
</a>
</li>
@@ -5170,7 +5170,7 @@ section</a> is enabled.</p>
<p><code>TEMPERATURE_PROBE_NEXT</code>: After calibration has started this command is run to take the next sample. It is automatically scheduled to run when the delta specified by <code>STEP</code> has been reached, however its also possible to manually run this command to force a new sample. This command is only available during calibration.</p>
<h4 id="temperature_probe_complete">TEMPERATURE_PROBE_COMPLETE:<a class="headerlink" href="#temperature_probe_complete" title="Permanent link">&para;</a></h4>
<p><code>TEMPERATURE_PROBE_COMPLETE</code>: Can be used to end calibration and save the current result before the <code>TARGET</code> temperature is reached. This command is only available during calibration.</p>
<h4 id="abort">ABORT<a class="headerlink" href="#abort" title="Permanent link">&para;</a></h4>
<h4 id="_2">关于<a class="headerlink" href="#_2" title="Permanent link">&para;</a></h4>
<p><code>ABORT</code>: Aborts the calibration process, discarding the current results. This command is only available during drift calibration.</p>
<h3 id="temperature_probe_enable">TEMPERATURE_PROBE_ENABLE<a class="headerlink" href="#temperature_probe_enable" title="Permanent link">&para;</a></h3>
<p><code>TEMPERATURE_PROBE_ENABLE ENABLE=[0|1]</code>: Sets temperature drift compensation on or off. If ENABLE is set to 0, drift compensation will be disabled, if set to 1 it is enabled.</p>

View File

@@ -494,15 +494,15 @@
</li>
<li class="md-nav__item">
<a href="#installing-with-kiauh" class="md-nav__link">
Installing with KIAUH
<a href="#kiauh" class="md-nav__link">
使用KIAUH进行安装
</a>
</li>
<li class="md-nav__item">
<a href="#configuring-octoprint-to-use-klipper" class="md-nav__link">
Configuring OctoPrint to use Klipper
<a href="#octoprint-klipper" class="md-nav__link">
配置OctoPrint 去使用Klipper
</a>
</li>
@@ -1394,15 +1394,15 @@
</li>
<li class="md-nav__item">
<a href="#installing-with-kiauh" class="md-nav__link">
Installing with KIAUH
<a href="#kiauh" class="md-nav__link">
使用KIAUH进行安装
</a>
</li>
<li class="md-nav__item">
<a href="#configuring-octoprint-to-use-klipper" class="md-nav__link">
Configuring OctoPrint to use Klipper
<a href="#octoprint-klipper" class="md-nav__link">
配置OctoPrint 去使用Klipper
</a>
</li>
@@ -1428,35 +1428,35 @@
<p>Klipper 有几个不同的前端选择Octoprint 是最早也是最原始的Klipper 前端。这篇文档会给一个大致的概览关于如何在Octoprint 上安装Klipper。</p>
<h2 id="octopi">在OctoPi 上进行安装<a class="headerlink" href="#octopi" title="Permanent link">&para;</a></h2>
<p>首先在 Raspberry Pi 上安装 <a href="https://github.com/guysoft/OctoPi">OctoPi</a>。使用 OctoPi v0.17.0 或更高版本 - 有关版本信息,请参考 <a href="https://github.com/guysoft/OctoPi/releases">OctoPi release</a></p>
<p>One should verify that OctoPi boots and that the OctoPrint web server works. After connecting to the OctoPrint web page, follow the prompt to upgrade OctoPrint if needed.</p>
<p>After installing OctoPi and upgrading OctoPrint, it will be necessary to ssh into the target machine to run a handful of system commands.</p>
<p>Start by running these commands on your host device:</p>
<p><strong>If you do not have git installed, please do so with:</strong></p>
<p>需要确认OctoPi 正常启动并且OctoPrint 网页服务器正常工作。当连接到OctoPrint网页后根据提示更新OctoPrint。</p>
<p>当安装完成OctoPi 并且更新完成OctoPrint 后使用ssh 进入目标机器运行一些系统命令是有必要的。</p>
<p>现在来在你的Host 设备上运行这些指令:</p>
<p><strong>如果你没有安装git你需要使用以下命令进行安装</strong></p>
<div class="highlight"><pre><span></span><code>sudo apt install git
</code></pre></div>
<p>then proceed:</p>
<p>然后使用以下命令:</p>
<div class="highlight"><pre><span></span><code>cd ~
git clone https://github.com/Klipper3d/klipper
./klipper/scripts/install-octopi.sh
</code></pre></div>
<p>The above will download Klipper, install the needed system dependencies, setup Klipper to run at system startup, and start the Klipper host software. It will require an internet connection and it may take a few minutes to complete.</p>
<h2 id="installing-with-kiauh">Installing with KIAUH<a class="headerlink" href="#installing-with-kiauh" title="Permanent link">&para;</a></h2>
<p>KIAUH can be used to install OctoPrint on a variety of Linux based systems that run a form of Debian. More information can be found at <a href="https://github.com/dw-0/kiauh">https://github.com/dw-0/kiauh</a></p>
<h2 id="configuring-octoprint-to-use-klipper">Configuring OctoPrint to use Klipper<a class="headerlink" href="#configuring-octoprint-to-use-klipper" title="Permanent link">&para;</a></h2>
<p>The OctoPrint web server needs to be configured to communicate with the Klipper host software. Using a web browser, login to the OctoPrint web page and then configure the following items:</p>
<p>Navigate to the Settings tab (the wrench icon at the top of the page). Under "Serial Connection" in "Additional serial ports" add:</p>
<p>以上命令会下载Klipper并且安装必要的系统依赖配置Klipper 在系统启动时运行,以及启动Klipper Host 软件。这些操作会需要互联网连接并且可能需要几分钟来完成。</p>
<h2 id="kiauh">使用KIAUH进行安装<a class="headerlink" href="#kiauh" title="Permanent link">&para;</a></h2>
<p>KIAUH 可以用来在各种基于Debian Linux 发行版上安装 OctoPrint。更多的使用细节可以在 <a href="https://github.com/dw-0/kiauh">https://github.com/dw-0/kiauh</a> 找到</p>
<h2 id="octoprint-klipper">配置OctoPrint 去使用Klipper<a class="headerlink" href="#octoprint-klipper" title="Permanent link">&para;</a></h2>
<p>OctoPrint 网页服务器需要配置和Klipper Host 软件的连接。使用浏览器登录到 OctoPrint 网页并且配置以下内容:</p>
<p>浏览到设置界面(在网页顶部的扳手图标)。在"Serial Connection" 下的 "Additional serial ports" 添加:</p>
<div class="highlight"><pre><span></span><code>~/printer_data/comms/klippy.sock
</code></pre></div>
<p>Then click "Save".</p>
<p><em>In some older setups this address may be <code>/tmp/printer</code></em></p>
<p>Enter the Settings tab again and under "Serial Connection" change the "Serial Port" setting to the one added above.</p>
<p>In the Settings tab, navigate to the "Behavior" sub-tab and select the "Cancel any ongoing prints but stay connected to the printer" option. Click "Save".</p>
<p>From the main page, under the "Connection" section (at the top left of the page) make sure the "Serial Port" is set to the new additional one added and click "Connect". (If it is not in the available selection then try reloading the page.)</p>
<p>Once connected, navigate to the "Terminal" tab and type "status" (without the quotes) into the command entry box and click "Send". The terminal window will likely report there is an error opening the config file - that means OctoPrint is successfully communicating with Klipper.</p>
<p>Please proceed to <Installation.md> and the <em>Building and flashing the micro-controller</em> section</p>
<p>然后点击"保存"。</p>
<p><em>在比较老的配置中这个地址可能是 <code>/tmp/printer</code></em></p>
<p>再次进入设置界面中的 "Serial Connection" 更改 "Serial Port" 设置到上面添加的。</p>
<p>在设置界面浏览到 "Behavior" 子菜单并且选择 "Cancel any ongoing prints but stay connected to the printer" 的选项。并且点击"保存"。</p>
<p>在主界面的 "Connection" 下面(在界面的左上角)确定 "Serial Port" 被选择并且点击 "Connect"。(如果没有可选的可以尝试刷新界面。)</p>
<p>当成功连接,选择"Terminal" 窗口并且输入"status"(不要有括号)到命令行窗口中并且点击"Send"。命令行窗口很大的可能会显示缺少配置文件 - 这意味着OctoPrint 成功上了 Klipper</p>
<p>接下来继续 <Installation.md> <em>Building and flashing the micro-controller</em>部分</p>
</article>

View File

@@ -1447,7 +1447,7 @@
<h2 id="_3">安装和配置<a class="headerlink" href="#_3" title="Permanent link">&para;</a></h2>
<ul>
<li><a href="Installation.html">安装</a>Klipper 安装指南。<ul>
<li><a href="OctoPrint.html">Octoprint</a>: Guide to installing Octoprint with Klipper.</li>
<li><a href="OctoPrint.html">Octoprint</a>: OctoPrint 安装 Klipper 指南。</li>
</ul>
</li>
<li><a href="Config_Reference.html">配置参考</a>:配置参数说明。<ul>
@@ -1462,14 +1462,14 @@
<li><a href="Manual_Level.html">手动调平</a>:校准 Z 限位和调整热床调平螺丝。</li>
<li><a href="Bed_Mesh.html">床网</a>:基于 XY 位置的打印床高度补偿。</li>
<li><a href="Endstop_Phase.html">限位相位</a>:使用步进电机相位辅助 Z 限位定位。</li>
<li><a href="Axis_Twist_Compensation.html">Axis Twist Compensation.md</a>用于补偿因X台架扭曲而导致的探读数不准确的工具</li>
<li><a href="Axis_Twist_Compensation.html">Axis Twist Compensation</a>: 用于补偿X轴装配问题导致的探读数异常</li>
</ul>
</li>
<li><a href="Resonance_Compensation.html">共振补偿</a>:减少打印震纹的工具。<ul>
<li><a href="Measuring_Resonances.html">测量共振</a>:使用 adxl345 加速度计模块测量共振。</li>
</ul>
</li>
<li><a href="Pressure_Advance.html">提前压力</a>:校准挤出机压力。</li>
<li><a href="Pressure_Advance.html">压力提前</a>:校准挤出机压力。</li>
<li><a href="G-Codes.html">G代码</a>:用于 Klipper 的G代码命令。</li>
<li><a href="Command_Templates.html">命令模板</a>G代码宏和条件判断。<ul>
<li><a href="Status_Reference.html">状态参考</a>:可用于宏和类似功能的信息。</li>
@@ -1502,14 +1502,14 @@
<li><a href="RPi_microcontroller.html">将树莓派作为微控制器</a>:关于如何控制与树莓派 GPIO 引脚连接的设备。</li>
<li><a href="Beaglebone.html">Beaglebone</a>:在 Beaglebone PRU 上运行 Klipper 的详细信息。</li>
<li><a href="Bootloaders.html">底层引导程序</a>:有关于微控制器刷写的开发者信息。</li>
<li><a href="Bootloader_Entry.html">Bootloader Entry</a>: 正在请求引导加载程序。</li>
<li><a href="Bootloader_Entry.html">进入 Bootloader</a>: 调用引导加载程序。</li>
<li><a href="CANBUS.html">CAN 总线</a>:有关于 Klipper 使用 CAN 总线的信息。<ul>
<li><a href="CanBus_Troublrouoting.md">CAN Bus故障排除</a>CAN Bus故障排除提示</li>
<li><a href="CANBUS_Troubleshooting.html">CAN bus 故障排除</a>: CAN bus故障排除指南</li>
</ul>
</li>
<li><a href="TSL1401CL_Filament_Width_Sensor.html">TSL1401CL 耗材线径传感器</a></li>
<li><a href="Hall_Filament_Width_Sensor.html">霍尔打印丝宽度传感器</a></li>
<li><a href="Eddy_Probe.html">Eddy Current Inductive probe</a></li>
<li><a href="Hall_Filament_Width_Sensor.html">霍尔耗材宽度传感器</a></li>
<li><a href="Eddy_Probe.html">Eddy 涡流感应探针</a></li>
</ul>

File diff suppressed because one or more lines are too long

View File

@@ -2,277 +2,277 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-09-17</lastmod>
<lastmod>2024-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.