mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 22:14:05 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@38bf6f2693 🚀
This commit is contained in:
parent
c148d25fcc
commit
d6d46f3ba3
16 changed files with 137 additions and 23 deletions
17
G-Codes.html
17
G-Codes.html
|
@ -4827,9 +4827,20 @@ available for tle5012b chips.</p>
|
|||
<a href="Config_Reference.html#axis_twist_compensation">axis_twist_compensation config
|
||||
section</a> is enabled.</p>
|
||||
<h4 id="axis_twist_compensation_calibrate">AXIS_TWIST_COMPENSATION_CALIBRATE<a class="headerlink" href="#axis_twist_compensation_calibrate" title="Permanent link">¶</a></h4>
|
||||
<p><code>AXIS_TWIST_COMPENSATION_CALIBRATE [SAMPLE_COUNT=<value>]</code>: Initiates the X
|
||||
twist calibration wizard. <code>SAMPLE_COUNT</code> specifies the number of points along
|
||||
the X axis to calibrate at and defaults to 3.</p>
|
||||
<p><code>AXIS_TWIST_COMPENSATION_CALIBRATE [AXIS=<X|Y>] [AUTO=<True|False>]
|
||||
[SAMPLE_COUNT=<value>]</code></p>
|
||||
<p>Calibrates axis twist compensation by specifying the target axis or
|
||||
enabling automatic calibration.</p>
|
||||
<ul>
|
||||
<li><strong>AXIS:</strong> Define the axis (<code>X</code> or <code>Y</code>) for which the twist compensation
|
||||
will be calibrated. If not specified, the axis defaults to <code>'X'</code>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><strong>AUTO:</strong> Enables automatic calibration mode. When <code>AUTO=True</code>, the
|
||||
calibration will run for both the X and Y axes. In this mode, <code>AXIS</code>
|
||||
cannot be specified. If both <code>AXIS</code> and <code>AUTO</code> are provided, an error
|
||||
will be raised.</li>
|
||||
</ul>
|
||||
<h3 id="bed_mesh">[bed_mesh]<a class="headerlink" href="#bed_mesh" title="Permanent link">¶</a></h3>
|
||||
<p>The following commands are available when the
|
||||
<a href="Config_Reference.html#bed_mesh">bed_mesh config section</a> is enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue