mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-28 03:40:48 -07:00
Deploying to gh-pages from @ Klipper3d/klipper@282d1113e4 🚀
This commit is contained in:
parent
c55d34e541
commit
4019612e2d
10 changed files with 26 additions and 1 deletions
|
|
@ -900,6 +900,13 @@
|
|||
led
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#manual_probe" class="md-nav__link">
|
||||
manual_probe
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -1626,6 +1633,13 @@
|
|||
led
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#manual_probe" class="md-nav__link">
|
||||
manual_probe
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -2030,6 +2044,17 @@ is always available):</p>
|
|||
chain could be accessed at
|
||||
<code>printer["neopixel <config_name>"].color_data[1][2]</code>.</li>
|
||||
</ul>
|
||||
<h2 id="manual_probe">manual_probe<a class="headerlink" href="#manual_probe" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available in the
|
||||
<code>manual_probe</code> object:</p>
|
||||
<ul>
|
||||
<li><code>is_active</code>: Returns True if a manual probing helper script is currently
|
||||
active.</li>
|
||||
<li><code>z_position</code>: The current height of the nozzle (as the printer currently
|
||||
understands it).</li>
|
||||
<li><code>z_position_lower</code>: Last probe attempt just lower than the current height.</li>
|
||||
<li><code>z_position_upper</code>: Last probe attempt just greater than the current height.</li>
|
||||
</ul>
|
||||
<h2 id="mcu">mcu<a class="headerlink" href="#mcu" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available in
|
||||
<a href="Config_Reference.html#mcu">mcu</a> and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue