Skip to content

Commit

Permalink
Deploying to gh-pages from @ cb13ee7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinOConnor committed Dec 19, 2024
1 parent b8b95d6 commit 143502e
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 6 deletions.
64 changes: 59 additions & 5 deletions G-Codes.html
Original file line number Diff line number Diff line change
Expand Up @@ -1965,6 +1965,26 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#quad_gantry_level" class="md-nav__link">
[quad_gantry_level]
</a>

<nav class="md-nav" aria-label="[quad_gantry_level]">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#quad_gantry_level_1" class="md-nav__link">
QUAD_GANTRY_LEVEL
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -4192,6 +4212,26 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#quad_gantry_level" class="md-nav__link">
[quad_gantry_level]
</a>

<nav class="md-nav" aria-label="[quad_gantry_level]">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#quad_gantry_level_1" class="md-nav__link">
QUAD_GANTRY_LEVEL
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -5605,6 +5645,18 @@ <h4 id="set_pin_1">SET_PIN<a class="headerlink" href="#set_pin_1" title="Permane
CYCLE_TIME parameter is not stored between SET_PIN commands (any
SET_PIN command without an explicit CYCLE_TIME parameter will use the
<code>cycle_time</code> specified in the pwm_cycle_time config section).</p>
<h3 id="quad_gantry_level">[quad_gantry_level]<a class="headerlink" href="#quad_gantry_level" title="Permanent link">&para;</a></h3>
<p>The following commands are available when the
<a href="Config_Reference.html#quad_gantry_level">quad_gantry_level config section</a>
is enabled.</p>
<h4 id="quad_gantry_level_1">QUAD_GANTRY_LEVEL<a class="headerlink" href="#quad_gantry_level_1" title="Permanent link">&para;</a></h4>
<p><code>QUAD_GANTRY_LEVEL [RETRIES=&lt;value&gt;] [RETRY_TOLERANCE=&lt;value&gt;]
[HORIZONTAL_MOVE_Z=&lt;value&gt;] [&lt;probe_parameter&gt;=&lt;value&gt;]</code>: This command
will probe the points specified in the config and then make
independent adjustments to each Z stepper to compensate for tilt. See
the PROBE command for details on the optional probe parameters. The
optional <code>RETRIES</code>, <code>RETRY_TOLERANCE</code>, and <code>HORIZONTAL_MOVE_Z</code> values
override those options specified in the config file.</p>
<h3 id="query_adc">[query_adc]<a class="headerlink" href="#query_adc" title="Permanent link">&para;</a></h3>
<p>The query_adc module is automatically loaded.</p>
<h4 id="query_adc_1">QUERY_ADC<a class="headerlink" href="#query_adc_1" title="Permanent link">&para;</a></h4>
Expand Down Expand Up @@ -5937,11 +5989,13 @@ <h3 id="z_tilt">[z_tilt]<a class="headerlink" href="#z_tilt" title="Permanent li
<p>The following commands are available when the
<a href="Config_Reference.html#z_tilt">z_tilt config section</a> is enabled.</p>
<h4 id="z_tilt_adjust">Z_TILT_ADJUST<a class="headerlink" href="#z_tilt_adjust" title="Permanent link">&para;</a></h4>
<p><code>Z_TILT_ADJUST [HORIZONTAL_MOVE_Z=&lt;value&gt;] [&lt;probe_parameter&gt;=&lt;value&gt;]</code>: This
command will probe the points specified in the config and then make independent
adjustments to each Z stepper to compensate for tilt. See the PROBE command for
details on the optional probe parameters. The optional <code>HORIZONTAL_MOVE_Z</code>
value overrides the <code>horizontal_move_z</code> option specified in the config file.</p>
<p><code>Z_TILT_ADJUST [RETRIES=&lt;value&gt;] [RETRY_TOLERANCE=&lt;value&gt;]
[HORIZONTAL_MOVE_Z=&lt;value&gt;] [&lt;probe_parameter&gt;=&lt;value&gt;]</code>: This command
will probe the points specified in the config and then make
independent adjustments to each Z stepper to compensate for tilt. See
the PROBE command for details on the optional probe parameters. The
optional <code>RETRIES</code>, <code>RETRY_TOLERANCE</code>, and <code>HORIZONTAL_MOVE_Z</code> values
override those options specified in the config file.</p>
<h3 id="temperature_probe">[temperature_probe]<a class="headerlink" href="#temperature_probe" title="Permanent link">&para;</a></h3>
<p>The following commands are available when a
<a href="Config_Reference.html#temperature_probe">temperature_probe config section</a>
Expand Down
Binary file modified _klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified fr/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified fr/sitemap.xml.gz
Binary file not shown.
Binary file modified hu/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified hu/sitemap.xml.gz
Binary file not shown.
Binary file modified it/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified it/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
Binary file modified zh-Hant/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified zh-Hant/sitemap.xml.gz
Binary file not shown.
Binary file modified zh/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified zh/sitemap.xml.gz
Binary file not shown.

0 comments on commit 143502e

Please sign in to comment.