Deploying to gh-pages from @ Klipper3d/klipper@282d1113e4 🚀

This commit is contained in:
KevinOConnor
2022-07-24 00:04:04 +00:00
parent efb3cae53c
commit eae17df752
168 changed files with 4934 additions and 554 deletions

View File

@@ -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">
@@ -1476,8 +1483,8 @@
<li class="md-nav__item">
<a href="Sponsors.md" class="md-nav__link">
None
<a href="Sponsors.html" class="md-nav__link">
Sponsors
</a>
</li>
@@ -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">
@@ -1926,6 +1940,14 @@
<ul>
<li><code>color_data</code>: A láncban lévő ledek RGBW értékeit tartalmazó színlisták listája. Minden értéket 0,0 és 1,0 közötti lebegőértékként ábrázolunk. Minden színlista 4 elemet tartalmaz (piros, zöld, kék, fehér), még akkor is, ha az alatta lévő LED kevesebb színcsatornát támogat. Például a lánc második neopixelének kék értéke (a színlista 3. eleme) a <code>printer["neopixel &lt;config_name&gt;"].color_data[1][2]</code> címen érhető el.</li>
</ul>
<h2 id="manual_probe">manual_probe<a class="headerlink" href="#manual_probe" title="Permanent link">&para;</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">&para;</a></h2>
<p>A következő információk az <a href="Config_Reference.html#mcu">mcu</a> és <a href="Config_Reference.html#mcu-my_extra_mcu">mcu some_name</a> objektumokban érhetők el:</p>
<ul>