Deploying to gh-pages from @ Klipper3d/klipper@116b304541 🚀

This commit is contained in:
KevinOConnor
2025-07-22 18:17:26 +00:00
parent de94c0e4e2
commit 41788dca4f
15 changed files with 16 additions and 13 deletions

View File

@@ -1412,6 +1412,9 @@ are not backwards compatible. It is a good idea to review this
document when upgrading the Klipper software.</p> document when upgrading the Klipper software.</p>
<p>All dates in this document are approximate.</p> <p>All dates in this document are approximate.</p>
<h2 id="changes">Changes<a class="headerlink" href="#changes" title="Permanent link">&para;</a></h2> <h2 id="changes">Changes<a class="headerlink" href="#changes" title="Permanent link">&para;</a></h2>
<p>20250721: The <code>[pca9632]</code> and <code>[mcp4018]</code> modules no longer accept the
<code>scl_pin</code> and <code>sda_pin</code> options. Use <code>i2c_software_scl_pin</code> and
<code>i2c_software_sda_pin</code> instead.</p>
<p>20250428: The maximum <code>cycle_time</code> for pwm <code>[output_pin]</code>, <p>20250428: The maximum <code>cycle_time</code> for pwm <code>[output_pin]</code>,
<code>[pwm_cycle_time]</code>, <code>[pwm_tool]</code>, and similar config sections is now 3 <code>[pwm_cycle_time]</code>, <code>[pwm_tool]</code>, and similar config sections is now 3
seconds (reduced from 5 seconds). The <code>maximum_mcu_duration</code> in seconds (reduced from 5 seconds). The <code>maximum_mcu_duration</code> in

View File

@@ -7143,11 +7143,6 @@ clock_pin:
#i2c_speed: #i2c_speed:
# See the &quot;common I2C settings&quot; section for a description of the # See the &quot;common I2C settings&quot; section for a description of the
# above parameters. # above parameters.
#scl_pin:
#sda_pin:
# Alternatively, if the pca9632 is not connected to a hardware I2C
# bus, then one may specify the &quot;clock&quot; (scl_pin) and &quot;data&quot;
# (sda_pin) pins. The default is to use hardware I2C.
#color_order: RGBW #color_order: RGBW
# Set the pixel order of the LED (using a string containing the # Set the pixel order of the LED (using a string containing the
# letters R, G, B, W). The default is RGBW. # letters R, G, B, W). The default is RGBW.
@@ -8010,14 +8005,19 @@ prefix).</p>
</code></pre></div> </code></pre></div>
<h3 id="mcp4018">[mcp4018]<a class="headerlink" href="#mcp4018" title="Permanent link">&para;</a></h3> <h3 id="mcp4018">[mcp4018]<a class="headerlink" href="#mcp4018" title="Permanent link">&para;</a></h3>
<p>Statically configured MCP4018 digipot connected via two gpio "bit <p>Statically configured MCP4018 digipot connected via i2c (one may
banging" pins (one may define any number of sections with an "mcp4018" define any number of sections with an "mcp4018" prefix).</p>
prefix).</p>
<div class="highlight"><pre><span></span><code>[mcp4018 my_digipot] <div class="highlight"><pre><span></span><code>[mcp4018 my_digipot]
scl_pin: #i2c_address: 47
# The SCL &quot;clock&quot; pin. This parameter must be provided. # The i2c address that the chip is using on the i2c bus. The default
sda_pin: # is 47.
# The SDA &quot;data&quot; pin. This parameter must be provided. #i2c_mcu:
#i2c_bus:
#i2c_software_scl_pin:
#i2c_software_sda_pin:
#i2c_speed:
# See the &quot;common I2C settings&quot; section for a description of the
# above parameters.
wiper: wiper:
# The value to statically set the given MCP4018 &quot;wiper&quot; to. This is # The value to statically set the given MCP4018 &quot;wiper&quot; to. This is
# typically set to a number between 0.0 and 1.0 with 1.0 being the # typically set to a number between 0.0 and 1.0 with 1.0 being the

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.