mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 22:14:05 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@6676c1df86 🚀
This commit is contained in:
parent
e95fd1fb42
commit
837211f749
14 changed files with 21 additions and 1 deletions
|
@ -891,6 +891,13 @@
|
|||
firmware_retraction
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#gcode" class="md-nav__link">
|
||||
gcode
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -1694,6 +1701,13 @@
|
|||
firmware_retraction
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#gcode" class="md-nav__link">
|
||||
gcode
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -2106,6 +2120,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">gcode<a class="headerlink" href="#gcode" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available in the <code>gcode</code> object:</p>
|
||||
<ul>
|
||||
<li><code>commands</code>: Returns a list of all currently available commands. For each
|
||||
command, if a help string is defined it will also be provided.</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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue