Deploying to gh-pages from @ Klipper3d/klipper@2c90c97ccd 🚀

This commit is contained in:
KevinOConnor
2025-02-02 23:46:27 +00:00
parent 13c7b81678
commit ed0d495118
14 changed files with 35 additions and 1 deletions

View File

@@ -875,6 +875,13 @@
bed_screws
</a>
</li>
<li class="md-nav__item">
<a href="#canbus_stats" class="md-nav__link">
canbus_stats
</a>
</li>
<li class="md-nav__item">
@@ -1706,6 +1713,13 @@
bed_screws
</a>
</li>
<li class="md-nav__item">
<a href="#canbus_stats" class="md-nav__link">
canbus_stats
</a>
</li>
<li class="md-nav__item">
@@ -2064,6 +2078,26 @@ the following strings: "adjust", "fine".</li>
<li><code>current_screw</code>: The index for the current screw being adjusted.</li>
<li><code>accepted_screws</code>: The number of accepted screws.</li>
</ul>
<h2 id="canbus_stats">canbus_stats<a class="headerlink" href="#canbus_stats" title="Permanent link">&para;</a></h2>
<p>The following information is available in the <code>canbus_stats
some_mcu_name</code> object (this object is automatically available if an
mcu is configured to use canbus):</p>
<ul>
<li><code>rx_error</code>: The number of receive errors detected by the
micro-controller canbus hardware.</li>
<li><code>tx_error</code>: The number of transmit errors detected by the
micro-controller canbus hardware.</li>
<li><code>tx_retries</code>: The number of transmit attempts that were retried due
to bus contention or errors.</li>
<li><code>bus_state</code>: The status of the interface (typically "active" for a
bus in normal operation, "warn" for a bus with recent errors,
"passive" for a bus that will no longer transmit canbus error
frames, or "off" for a bus that will no longer transmit or receive
messages).</li>
</ul>
<p>Note that only the rp2XXX micro-controllers report a non-zero
<code>tx_retries</code> field and the rp2XXX micro-controllers always report
<code>tx_error</code> as zero and <code>bus_state</code> as "active".</p>
<h2 id="configfile">configfile<a class="headerlink" href="#configfile" title="Permanent link">&para;</a></h2>
<p>The following information is available in the <code>configfile</code> object
(this object is always available):</p>