Deploying to gh-pages from @ Klipper3d/klipper@7511151ac9 🚀

This commit is contained in:
KevinOConnor 2023-05-14 14:20:28 +00:00
parent 65c5748730
commit 2bbf9e308e
14 changed files with 21 additions and 1 deletions

View file

@ -877,6 +877,13 @@
firmware_retraction
</a>
</li>
<li class="md-nav__item">
<a href="#gcode_button" class="md-nav__link">
gcode_button
</a>
</li>
<li class="md-nav__item">
@ -1645,6 +1652,13 @@
firmware_retraction
</a>
</li>
<li class="md-nav__item">
<a href="#gcode_button" class="md-nav__link">
gcode_button
</a>
</li>
<li class="md-nav__item">
@ -2050,6 +2064,12 @@ objects:</p>
module. These settings may differ from the config file if a
<code>SET_RETRACTION</code> command alters them.</li>
</ul>
<h2 id="gcode_button">gcode_button<a class="headerlink" href="#gcode_button" title="Permanent link">&para;</a></h2>
<p>The following information is available in
<a href="Config_Reference.html#gcode_button">gcode_button some_name</a> objects:</p>
<ul>
<li><code>state</code>: The current button state returned as "PRESSED" or "RELEASED"</li>
</ul>
<h2 id="gcode_macro">gcode_macro<a class="headerlink" href="#gcode_macro" title="Permanent link">&para;</a></h2>
<p>The following information is available in
<a href="Config_Reference.html#gcode_macro">gcode_macro some_name</a> objects:</p>