Deploying to gh-pages from @ Klipper3d/klipper@d725dfd309 🚀
This commit is contained in:
@@ -1117,6 +1117,13 @@
|
||||
BMP280/BME280/BME680 溫度感測器
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#aht10aht20aht21-temperature-sensor" class="md-nav__link">
|
||||
AHT10/AHT20/AHT21 temperature sensor
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -2345,8 +2352,8 @@
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="CANBUS_Troubleshooting.md" class="md-nav__link">
|
||||
None
|
||||
<a href="CANBUS_Troubleshooting.html" class="md-nav__link">
|
||||
CANBUS Troubleshooting
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -3059,6 +3066,13 @@
|
||||
BMP280/BME280/BME680 溫度感測器
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#aht10aht20aht21-temperature-sensor" class="md-nav__link">
|
||||
AHT10/AHT20/AHT21 temperature sensor
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -4410,10 +4424,18 @@ max_temp:
|
||||
# be applied to change the amount of slope interpolated. Larger
|
||||
# numbers will increase the amount of slope, which results in more
|
||||
# curvature in the mesh. Default is .2.
|
||||
#zero_reference_position:
|
||||
# An optional X,Y coordinate that specifies the location on the bed
|
||||
# where Z = 0. When this option is specified the mesh will be offset
|
||||
# so that zero Z adjustment occurs at this location. The default is
|
||||
# no zero reference.
|
||||
#relative_reference_index:
|
||||
# A point index in the mesh to reference all z values to. Enabling
|
||||
# this parameter produces a mesh relative to the probed z position
|
||||
# at the provided index.
|
||||
# **DEPRECATED, use the "zero_reference_position" option**
|
||||
# The legacy option superceded by the "zero reference position".
|
||||
# Rather than a coordinate this option takes an integer "index" that
|
||||
# refers to the location of one of the generated points. It is recommended
|
||||
# to use the "zero_reference_position" instead of this option for new
|
||||
# configurations. The default is no relative reference index.
|
||||
#faulty_region_1_min:
|
||||
#faulty_region_1_max:
|
||||
# Optional points that define a faulty region. See docs/Bed_Mesh.md
|
||||
@@ -4917,6 +4939,8 @@ cs_pin:
|
||||
# Default is 104 (0x68). If AD0 is high, it would be 0x69 instead.
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_software_scl_pin:
|
||||
#i2c_software_sda_pin:
|
||||
#i2c_speed: 400000
|
||||
# See the "common I2C settings" section for a description of the
|
||||
# above parameters. The default "i2c_speed" is 400000.
|
||||
@@ -5460,11 +5484,29 @@ sensor_pin:
|
||||
# (0x77).
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_software_scl_pin:
|
||||
#i2c_software_sda_pin:
|
||||
#i2c_speed:
|
||||
# See the "common I2C settings" section for a description of the
|
||||
# above parameters.
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="aht10aht20aht21-temperature-sensor">AHT10/AHT20/AHT21 temperature sensor<a class="headerlink" href="#aht10aht20aht21-temperature-sensor" title="Permanent link">¶</a></h3>
|
||||
<p>AHT10/AHT20/AHT21 two wire interface (I2C) environmental sensors. Note that these sensors are not intended for use with extruders and heater beds, but rather for monitoring ambient temperature (C) and relative humidity. See <a href="https://github.com/Klipper3d/klipper/blob/master/config/sample-macros.cfg">sample-macros.cfg</a> for a gcode_macro that may be used to report humidity in addition to temperature.</p>
|
||||
<div class="highlight"><pre><span></span><code>sensor_type: AHT10
|
||||
# Also use AHT10 for AHT20 and AHT21 sensors.
|
||||
#i2c_address:
|
||||
# Default is 56 (0x38). Some AHT10 sensors give the option to use
|
||||
# 57 (0x39) by moving a resistor.
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_speed:
|
||||
# See the "common I2C settings" section for a description of the
|
||||
# above parameters.
|
||||
#aht10_report_time:
|
||||
# Interval in seconds between readings. Default is 30, minimum is 5
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="htu21d">HTU21D 感測器<a class="headerlink" href="#htu21d" title="Permanent link">¶</a></h3>
|
||||
<p>HTU21D 系列雙線介面(I2C)環境感測器。注意,這種感測器不適用于擠出機和加熱床,它們可以用於監測環境溫度(C)和相對濕度。參見 <a href="https://github.com/Klipper3d/klipper/blob/master/config/sample-macros.cfg">sample-macros.cfg</a> 中可以報告溫度和濕度的 gcode_macro。</p>
|
||||
<div class="highlight"><pre><span></span><code>sensor_type:
|
||||
@@ -5473,6 +5515,8 @@ sensor_pin:
|
||||
# Default is 64 (0x40).
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_software_scl_pin:
|
||||
#i2c_software_sda_pin:
|
||||
#i2c_speed:
|
||||
# See the "common I2C settings" section for a description of the
|
||||
# above parameters.
|
||||
@@ -5501,6 +5545,8 @@ sensor_pin:
|
||||
# (usually with jumpers or hard wired).
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_software_scl_pin:
|
||||
#i2c_software_sda_pin:
|
||||
#i2c_speed:
|
||||
# See the "common I2C settings" section for a description of the
|
||||
# above parameters.
|
||||
@@ -5632,7 +5678,7 @@ pin:
|
||||
|
||||
<h3 id="heater_fan">[heater_fan]<a class="headerlink" href="#heater_fan" title="Permanent link">¶</a></h3>
|
||||
<p>加熱器冷卻風扇(可以用"heater_fan"字首定義任意數量的分段)。"加熱器風扇"是一種當其關聯的加熱器活躍時會啟用的風扇。預設情況下,heater_fan shutdown_speed 等於 max_power。</p>
|
||||
<div class="highlight"><pre><span></span><code>[heater_fan my_nozzle_fan]
|
||||
<div class="highlight"><pre><span></span><code>[heater_fan heatbreak_cooling_fan]
|
||||
#pin:
|
||||
#max_power:
|
||||
#shutdown_speed:
|
||||
@@ -5841,6 +5887,8 @@ clock_pin:
|
||||
# the PCA9533/1, 99 for the PCA9533/2. The default is 98.
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_software_scl_pin:
|
||||
#i2c_software_sda_pin:
|
||||
#i2c_speed:
|
||||
# See the "common I2C settings" section for a description of the
|
||||
# above parameters.
|
||||
@@ -5859,6 +5907,8 @@ clock_pin:
|
||||
# 96, 97, 98, or 99. The default is 98.
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_software_scl_pin:
|
||||
#i2c_software_sda_pin:
|
||||
#i2c_speed:
|
||||
# See the "common I2C settings" section for a description of the
|
||||
# above parameters.
|
||||
@@ -6120,6 +6170,7 @@ run_current:
|
||||
# set, "stealthChop" mode will be enabled if the stepper motor
|
||||
# velocity is below this value. The default is 0, which disables
|
||||
# "stealthChop" mode.
|
||||
#driver_MULTISTEP_FILT: True
|
||||
#driver_IHOLDDELAY: 8
|
||||
#driver_TPOWERDOWN: 20
|
||||
#driver_TBL: 2
|
||||
@@ -6155,6 +6206,7 @@ run_current:
|
||||
# The address of the TMC2209 chip for UART messages (an integer
|
||||
# between 0 and 3). This is typically used when multiple TMC2209
|
||||
# chips are connected to the same UART pin. The default is zero.
|
||||
#driver_MULTISTEP_FILT: True
|
||||
#driver_IHOLDDELAY: 8
|
||||
#driver_TPOWERDOWN: 20
|
||||
#driver_TBL: 2
|
||||
@@ -6317,6 +6369,7 @@ run_current:
|
||||
# to tune a motor with unbalanced coils. See the `Sine Wave Lookup Table`
|
||||
# section in the datasheet for information about this field and how to tune
|
||||
# it.
|
||||
#driver_MULTISTEP_FILT: True
|
||||
#driver_IHOLDDELAY: 6
|
||||
#driver_IRUNDELAY: 4
|
||||
#driver_TPOWERDOWN: 10
|
||||
@@ -6426,6 +6479,7 @@ run_current:
|
||||
# values used by the driver. The value must be specified as a decimal integer
|
||||
# (hex form is not supported). In order to compute the wave table fields,
|
||||
# see the tmc2130 "Calculation Sheet" from the Trinamic website.
|
||||
#driver_MULTISTEP_FILT: True
|
||||
#driver_IHOLDDELAY: 6
|
||||
#driver_TPOWERDOWN: 10
|
||||
#driver_TBL: 2
|
||||
@@ -6454,6 +6508,10 @@ run_current:
|
||||
#driver_SEDN: 0
|
||||
#driver_SEIMIN: 0
|
||||
#driver_SFILT: 0
|
||||
#driver_DRVSTRENGTH: 0
|
||||
#driver_BBMCLKS: 4
|
||||
#driver_BBMTIME: 0
|
||||
#driver_FILT_ISENSE: 0
|
||||
# Set the given register during the configuration of the TMC5160
|
||||
# chip. This may be used to set custom motor parameters. The
|
||||
# defaults for each parameter are next to the parameter name in the
|
||||
@@ -6510,6 +6568,8 @@ i2c_address:
|
||||
# parameter must be provided.
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_software_scl_pin:
|
||||
#i2c_software_sda_pin:
|
||||
#i2c_speed:
|
||||
# See the "common I2C settings" section for a description of the
|
||||
# above parameters.
|
||||
@@ -6541,6 +6601,8 @@ i2c_address:
|
||||
# is 96.
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_software_scl_pin:
|
||||
#i2c_software_sda_pin:
|
||||
#i2c_speed:
|
||||
# See the "common I2C settings" section for a description of the
|
||||
# above parameters.
|
||||
@@ -6765,12 +6827,15 @@ a0_pin:
|
||||
<p>ssd1306 和 sh1106 顯示屏的配置資訊.</p>
|
||||
<div class="highlight"><pre><span></span><code>[display]
|
||||
lcd_type:
|
||||
# 對於給定的顯示屏型別,設定為 「ssd1306" 或 "sh1106"。
|
||||
# Set to either "ssd1306" or "sh1106" for the given display type.
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_software_scl_pin:
|
||||
#i2c_software_sda_pin:
|
||||
#i2c_speed:
|
||||
# 連線到I2C匯流排的顯示屏的可選參數, 以上參數詳見通
|
||||
# 用 I2C 設定章節。
|
||||
# Optional parameters available for displays connected via an i2c
|
||||
# bus. See the "common I2C settings" section for a description of
|
||||
# the above parameters.
|
||||
#cs_pin:
|
||||
#dc_pin:
|
||||
#spi_speed:
|
||||
@@ -6778,25 +6843,27 @@ lcd_type:
|
||||
#spi_software_sclk_pin:
|
||||
#spi_software_mosi_pin:
|
||||
#spi_software_miso_pin:
|
||||
# 使用4線 SPI 模式時連線到 lcd 的引腳。以 "spi_" 開頭的
|
||||
# 參數詳見 「通用 SPI 設定」 章節。
|
||||
# 顯示屏預設使用 I2C 模式
|
||||
# The pins connected to the lcd when in "4-wire" spi mode. See the
|
||||
# "common SPI settings" section for a description of the parameters
|
||||
# that start with "spi_". The default is to use i2c mode for the
|
||||
# display.
|
||||
#reset_pin:
|
||||
# 可以指定一個顯示屏上的重置引腳,如果不指定,硬體
|
||||
# 必須在相應的 lcd 線路上有一個拉高電阻。
|
||||
# A reset pin may be specified on the display. If it is not
|
||||
# specified then the hardware must have a pull-up on the
|
||||
# corresponding lcd line.
|
||||
#contrast:
|
||||
# 可設定的對比度。
|
||||
# 數值必須在 0 和 256 之間,預設為 239。
|
||||
# The contrast to set. The value may range from 0 to 256 and the
|
||||
# default is 239.
|
||||
#vcomh: 0
|
||||
# 設定顯示屏的 Vcomh 值。這個值與一些OLED顯示屏的
|
||||
# 模糊效果有關。這個數值可以在 0 和 63 之間。
|
||||
# 預設為0。
|
||||
# Set the Vcomh value on the display. This value is associated with
|
||||
# a "smearing" effect on some OLED displays. The value may range
|
||||
# from 0 to 63. Default is 0.
|
||||
#invert: False
|
||||
# TRUE 可以在一些OLED顯示屏上反轉畫素
|
||||
# 預設為 False。
|
||||
# TRUE inverts the pixels on certain OLED displays. The default is
|
||||
# False.
|
||||
#x_offset: 0
|
||||
# 設定在 SH1106 顯示屏上的水平偏移。
|
||||
# 預設為0。
|
||||
# Set the horizontal offset value on SH1106 displays. The default is
|
||||
# 0.
|
||||
...
|
||||
</code></pre></div>
|
||||
|
||||
@@ -7047,19 +7114,17 @@ adc2:
|
||||
<p>將一個 SX1509 I2C 配置為 GPIO 擴充套件器。由於 I2C 通訊本身的延遲,不應將 SX1509 引腳用作步進電機的 enable (啟用)、step(步進)或 dir (方向)引腳或任何其他需要快速 bit-banging(位拆裂)的引腳。它們最適合用作靜態或G程式碼控制的數字輸出或硬體 pwm 引腳,例如風扇。可以使用「sx1509」字首定義任意數量的分段。每個擴充套件器提供可用於印表機配置的一組 16 個引腳(sx1509_my_sx1509:PIN_0 到 sx1509_my_sx1509:PIN_15)。</p>
|
||||
<p>有關示例,請參見 <a href="https://github.com/Klipper3d/klipper/blob/master/config/generic-duet2-duex.cfg">generic-duet2-duex.cfg</a> 文件。</p>
|
||||
<div class="highlight"><pre><span></span><code>[sx1509 my_sx1509]
|
||||
i2c_地址:
|
||||
# 此擴展器使用的 I2C 地址。取決於硬件
|
||||
# 跳線 這是以下地址之一:62 63 112
|
||||
# 113. 必須提供此參數。
|
||||
i2c_address:
|
||||
# I2C address used by this expander. Depending on the hardware
|
||||
# jumpers this is one out of the following addresses: 62 63 112
|
||||
# 113. This parameter must be provided.
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_bus:
|
||||
#i2c_software_scl_pin:
|
||||
#i2c_software_sda_pin:
|
||||
#i2c_speed:
|
||||
# 請參閱“常用 I2C 設置”部分了解
|
||||
# 以上參數。
|
||||
#i2c_bus:
|
||||
# 如果你的微控制器的 I2C 實現支持
|
||||
# 多個 I2C 總線,您可以在此處指定總線名稱。這
|
||||
# 默認是使用默認的微控制器 i2c 總線。
|
||||
# See the "common I2C settings" section for a description of the
|
||||
# above parameters.
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="samd_sercom">[samd_sercom]<a class="headerlink" href="#samd_sercom" title="Permanent link">¶</a></h3>
|
||||
@@ -7239,6 +7304,13 @@ cs_pin:
|
||||
# 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_software_scl_pin:
|
||||
#i2c_software_sda_pin:
|
||||
# Specify these parameters to use micro-controller software based
|
||||
# I2C "bit-banging" support. The two parameters should the two pins
|
||||
# on the micro-controller to use for the scl and sda wires. The
|
||||
# default is to use hardware based I2C support as specified by the
|
||||
# i2c_bus parameter.
|
||||
#i2c_speed:
|
||||
# The I2C speed (in Hz) to use when communicating with the device.
|
||||
# The Klipper implementation on most micro-controllers is hard-coded
|
||||
|
||||
Reference in New Issue
Block a user