Deploying to gh-pages from @ Klipper3d/klipper@d3c4ba4839 🚀
This commit is contained in:
@@ -824,6 +824,13 @@
|
||||
[respond]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#exclude_object" class="md-nav__link">
|
||||
[exclude_object]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -851,6 +858,13 @@
|
||||
[adxl345]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#mpu9250" class="md-nav__link">
|
||||
[mpu9250]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -1978,8 +1992,8 @@
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="Exclude_Object.md" class="md-nav__link">
|
||||
None
|
||||
<a href="Exclude_Object.html" class="md-nav__link">
|
||||
Exclude Objects
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -2702,6 +2716,13 @@
|
||||
[respond]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#exclude_object" class="md-nav__link">
|
||||
[exclude_object]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -2729,6 +2750,13 @@
|
||||
[adxl345]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#mpu9250" class="md-nav__link">
|
||||
[mpu9250]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -4442,9 +4470,9 @@ home_xy_position:
|
||||
# than z_hop, then this will lift the head to a height of z_hop. If
|
||||
# the Z axis is not already homed the head is lifted by z_hop.
|
||||
# The default is to not implement Z hop.
|
||||
#z_hop_speed: 20.0
|
||||
#z_hop_speed: 15.0
|
||||
# Speed (in mm/s) at which the Z axis is lifted prior to homing. The
|
||||
# default is 20mm/s.
|
||||
# default is 15 mm/s.
|
||||
#move_to_previous: False
|
||||
# When set to True, the X and Y axes are reset to their previous
|
||||
# positions after Z axis homing. The default is False.
|
||||
@@ -4561,11 +4589,13 @@ filename:
|
||||
<p>如果主機的速度不足以很好地執行 OctoPrint,虛擬 SD 卡可能有幫助。它允許 Klipper 主機軟體使用標準的 SD 卡G程式碼命令(例如,M24)直接列印儲存在主機目錄中的 gcode 檔案。</p>
|
||||
<div class="highlight"><pre><span></span><code>[virtual_sdcard]
|
||||
path:
|
||||
# 要查找的主機本地目錄的路徑
|
||||
# g 代碼文件。這是一個只讀目錄(sdcard 文件寫入
|
||||
# 不支持)。有人可能會將此指向 OctoPrint 的上傳
|
||||
# 目錄(通常是 ~/.octoprint/uploads/ )。該參數必須
|
||||
# 提供。
|
||||
# The path of the local directory on the host machine to look for
|
||||
# g-code files. This is a read-only directory (sdcard file writes
|
||||
# are not supported). One may point this to OctoPrint's upload
|
||||
# directory (generally ~/.octoprint/uploads/ ). This parameter must
|
||||
# be provided.
|
||||
#on_error_gcode:
|
||||
# A list of G-Code commands to execute when an error is reported.
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="sdcard_loop">[sdcard_loop]<a class="headerlink" href="#sdcard_loop" title="Permanent link">¶</a></h3>
|
||||
@@ -4633,6 +4663,12 @@ path:
|
||||
# 覆蓋“default_type”。
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="exclude_object">[exclude_object]<a class="headerlink" href="#exclude_object" title="Permanent link">¶</a></h3>
|
||||
<p>Enables support to exclude or cancel individual objects during the printing process.</p>
|
||||
<p>See the <a href="Exclude_Object.html">exclude objects guide</a> and <a href="G-Codes.html#excludeobject">command reference</a> for additional information. See the <a href="https://github.com/Klipper3d/klipper/blob/master/config/sample-macros.cfg">sample-macros.cfg</a> file for a Marlin/RepRapFirmware compatible M486 G-Code macro.</p>
|
||||
<div class="highlight"><pre><span></span><code>[exclude_object]
|
||||
</code></pre></div>
|
||||
|
||||
<h2 id="_13">共振補償<a class="headerlink" href="#_13" title="Permanent link">¶</a></h2>
|
||||
<h3 id="input_shaper">[input_shaper]<a class="headerlink" href="#input_shaper" title="Permanent link">¶</a></h3>
|
||||
<p>啟用 <a href="Resonance_Compensation.html">resonance compensation</a>。另請參閱 <a href="G-Codes.html#input_shaper">命令參考</a>。</p>
|
||||
@@ -4692,6 +4728,20 @@ cs_pin:
|
||||
# 共振測量的質量。
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="mpu9250">[mpu9250]<a class="headerlink" href="#mpu9250" title="Permanent link">¶</a></h3>
|
||||
<p>Support for mpu9250 and mpu6050 accelerometers (one may define any number of sections with an "mpu9250" prefix).</p>
|
||||
<div class="highlight"><pre><span></span><code>[mpu9250 my_accelerometer]
|
||||
#i2c_address:
|
||||
# Default is 104 (0x68).
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_speed: 400000
|
||||
# See the "common I2C settings" section for a description of the
|
||||
# above parameters. The default "i2c_speed" is 400000.
|
||||
#axes_map: x, y, z
|
||||
# See the "adxl345" section for information on this parameter.
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="resonance_tester">[resonance_tester]<a class="headerlink" href="#resonance_tester" title="Permanent link">¶</a></h3>
|
||||
<p>支持共振測試和自動輸入整形器校準。為了使用該模塊的大部分功能,必須安裝額外的軟件依賴項;有關詳細信息,請參閱 <a href="Measuring_Resonances.html">測量共振</a> 和 <a href="G-Codes.html#resonance_tester">命令參考</a>。有關 <code>max_smoothing</code> 參數及其使用的更多信息,請參閱測量共振指南的 <a href="Measuring_Resonances.html#max-smoothing">Max Smoothing</a> 部分。</p>
|
||||
<div class="highlight"><pre><span></span><code>[resonance_tester]
|
||||
@@ -6822,19 +6872,23 @@ cs_pin:
|
||||
|
||||
<h3 id="i2c">通用 I2C 設定<a class="headerlink" href="#i2c" title="Permanent link">¶</a></h3>
|
||||
<p>以下參數通常適用於使用 I2C 總線的設備。</p>
|
||||
<p>Note that Klipper's current micro-controller support for i2c is generally not tolerant to line noise. Unexpected errors on the i2c wires may result in Klipper raising a run-time error. Klipper's support for error recovery varies between each micro-controller type. It is generally recommended to only use i2c devices that are on the same printed circuit board as the micro-controller.</p>
|
||||
<p>Most Klipper micro-controller implementations only support an <code>i2c_speed</code> of 100000. The Klipper "linux" micro-controller supports a 400000 speed, but it must be <a href="RPi_microcontroller.html#optional-enabling-i2c">set in the operating system</a> and the <code>i2c_speed</code> parameter is otherwise ignored. The Klipper "rp2040" micro-controller supports a rate of 400000 via the <code>i2c_speed</code> parameter. All other Klipper micro-controllers use a 100000 rate and ignore the <code>i2c_speed</code> parameter.</p>
|
||||
<div class="highlight"><pre><span></span><code>#i2c_address:
|
||||
# 裝置的 I2C 地址。必須是一個十進制數字(而不是十六進制)。
|
||||
# 預設值取決於裝置的型別。
|
||||
# The i2c address of the device. This must specified as a decimal
|
||||
# number (not in hex). The default depends on the type of device.
|
||||
#i2c_mcu:
|
||||
# 晶片所連線的微控制器的名稱。
|
||||
# 預設為"mcu"。
|
||||
# The name of the micro-controller that the chip is connected to.
|
||||
# The default is "mcu".
|
||||
#i2c_bus:
|
||||
# 如果微控制器支援多個 I2C 匯流排,可以指定微控制器的匯流排名稱。
|
||||
# 預設值取決於微控制器的型別。
|
||||
# If the micro-controller supports multiple I2C busses then one may
|
||||
# specify the micro-controller bus name here. The default depends on
|
||||
# the type of micro-controller.
|
||||
#i2c_speed:
|
||||
# 與裝置通訊時使用的I2C速度(Hz)。在某些微控制器上,
|
||||
# 該數值無效。
|
||||
# 預設值是預設為100000。
|
||||
# The I2C speed (in Hz) to use when communicating with the device.
|
||||
# The Klipper implementation on most micro-controllers is hard-coded
|
||||
# to 100000 and changing this value has no effect. The default is
|
||||
# 100000.
|
||||
</code></pre></div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user