mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-05 13:04:05 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@7511151ac9 🚀
This commit is contained in:
parent
65c5748730
commit
2bbf9e308e
14 changed files with 21 additions and 1 deletions
|
@ -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">¶</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">¶</a></h2>
|
||||
<p>The following information is available in
|
||||
<a href="Config_Reference.html#gcode_macro">gcode_macro some_name</a> objects:</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue