Deploying to gh-pages from @ Klipper3d/klipper@722ad4a1d2 🚀

This commit is contained in:
KevinOConnor
2022-04-30 18:52:53 +00:00
parent 78075c390f
commit 7f80e4817a
68 changed files with 134 additions and 128 deletions

View File

@@ -1346,7 +1346,7 @@ DELTA_CALIBRATE METHOD=manual
<h2 id="_3">進階三角洲校準<a class="headerlink" href="#_3" title="Permanent link">&para;</a></h2>
<p>簡單三角洲校準獲得的三角洲參數可以很好地修正噴嘴距離之類問題。然而該模式不能校準XY軸上的準確度。而進階三角洲校準則是針對維度準確性地問題。</p>
<p>校準流程需要列印一個測試模型並用遊標卡尺測量模型的尺寸。</p>
<p>在進行進階三角洲校準時必須先完成三角洲校準通過DELTA_CALIBRATE命令並儲存結果通過SAVE_CONFIG 命令)。</p>
<p>Prior to running an enhanced delta calibration one must run the basic delta calibration (via the DELTA_CALIBRATE command) and save the results (via the SAVE_CONFIG command). Make sure there hasn't been any notable change to the printer configuration nor hardware since last performing a basic delta calibration (if unsure, rerun the <a href="#basic-delta-calibration">basic delta calibration</a>, including SAVE_CONFIG, just prior to printing the test object described below.)</p>
<p>用切片器對<a href="prints/calibrate_size.stl">docs/prints/calibrate_size.stl</a>的模型進行切片產生G-Code。速度設定使用低速例如 40mm/s。如可能使用剛性塑料如PLA。模型的外徑為140mm。如果尺寸太大則按照熱床大小進行縮小但應注意X和Y應按比例進行縮放。如果印表機的熱床足夠大也可以放大該模型。大尺寸可以提高測量的準確性但是模型的床附著對測量準確性影響更大。</p>
<p>列印測試模型並等待其完全冷卻。印表機設定和校準模型必須一一對應在列印校準模型后不要再進行DELTA_CALIBRATE或修改印表機參數否則模型測量無效再執行下面的命令。</p>
<p>如可能,在模型黏著在床上進行測量,但若模型脫離熱床也沒有關係——這步驟只是爲了減少模型的彎曲。</p>

View File

@@ -1321,7 +1321,7 @@
<td>123K</td>
</tr>
<tr>
<td>Arduino Zero (SAMD21)</td>
<td>SAMD21</td>
<td>686K</td>
<td>471K</td>
</tr>
@@ -1341,57 +1341,58 @@
<td>790K</td>
</tr>
<tr>
<td>"Blue Pill" (STM32F103)</td>
<td>STM32F103</td>
<td>1180K</td>
<td>818K</td>
</tr>
<tr>
<td>Arduino Due (SAM3X8E)</td>
<td>SAM3X8E</td>
<td>1273K</td>
<td>981K</td>
</tr>
<tr>
<td>Duet2 Maestro (SAM4S8C)</td>
<td>SAM4S8C</td>
<td>1690K</td>
<td>1385K</td>
</tr>
<tr>
<td>Smoothieboard (LPC1768)</td>
<td>LPC1768</td>
<td>1923K</td>
<td>1351K</td>
</tr>
<tr>
<td>Smoothieboard (LPC1769)</td>
<td>LPC1769</td>
<td>2353K</td>
<td>1622K</td>
</tr>
<tr>
<td>樹莓派Pico (RP2040)</td>
<td>RP2040</td>
<td>2400K</td>
<td>1636K</td>
</tr>
<tr>
<td>Duet2 Wifi/Eth (SAM4E8E)</td>
<td>SAM4E8E</td>
<td>2500K</td>
<td>1674K</td>
</tr>
<tr>
<td>Adafruit Metro M4 (SAMD51)</td>
<td>SAMD51</td>
<td>3077K</td>
<td>1885K</td>
</tr>
<tr>
<td>BigTreeTech SKR Pro (STM32F407)</td>
<td>STM32F407</td>
<td>3652K</td>
<td>2459K</td>
</tr>
<tr>
<td>富源盛蜘蛛(STM32F446</td>
<td>STM32F446</td>
<td>3913K</td>
<td>2634K</td>
</tr>
</tbody>
</table>
<p>If unsure of the micro-controller on a particular board, find the appropriate <a href="https://github.com/Klipper3d/klipper/blob/master/config/">config file</a>, and look for the micro-controller name in the comments at the top of that file.</p>
<p>關於基準測試的更多詳細資訊可在<a href="Benchmarks.html">基準測試文件</a>中找到。</p>

File diff suppressed because one or more lines are too long

Binary file not shown.