Deploying to gh-pages from @ Klipper3d/klipper@2a25733cd8 🚀

This commit is contained in:
KevinOConnor
2022-12-17 16:40:04 +00:00
parent 9f0fb4eea0
commit fbdc154e84
12 changed files with 39 additions and 1 deletions

View File

@@ -990,6 +990,13 @@
query_endstops
</a>
</li>
<li class="md-nav__item">
<a href="#screws_tilt_adjust" class="md-nav__link">
screws_tilt_adjust
</a>
</li>
<li class="md-nav__item">
@@ -1744,6 +1751,13 @@
query_endstops
</a>
</li>
<li class="md-nav__item">
<a href="#screws_tilt_adjust" class="md-nav__link">
screws_tilt_adjust
</a>
</li>
<li class="md-nav__item">
@@ -2217,6 +2231,30 @@ is defined):</p>
the QUERY_ENDSTOP command must be run prior to the macro containing
this reference.</li>
</ul>
<h2 id="screws_tilt_adjust">screws_tilt_adjust<a class="headerlink" href="#screws_tilt_adjust" title="Permanent link">&para;</a></h2>
<p>The following information is available in the <code>screws_tilt_adjust</code>
object:</p>
<ul>
<li><code>error</code>: Returns True if the most recent <code>SCREWS_TILT_CALCULATE</code>
command included the <code>MAX_DEVIATION</code> parameter and any of the probed
screw points exceeded the specified <code>MAX_DEVIATION</code>.</li>
<li><code>results</code>: A list of the probed screw locations. Each entry in
the list will be a dictionary containing the following keys:<ul>
<li><code>name</code>: The name of the screw as specified in the config file.</li>
<li><code>x</code>: The X coordinate of the screw as specified in the config file.</li>
<li><code>y</code>: The Y coordinate of the screw as specified in the config file.</li>
<li><code>z</code>: The measured Z height of the screw location.</li>
<li><code>sign</code>: A string specifying the direction to turn to screw for the
necessary adjustment. Either "CW" for clockwise or "CCW" for
counterclockwise. The base screw will not have a <code>sign</code> key.</li>
<li><code>adjust</code>: The number of screw turns to adjust the screw, given in
the format "HH:MM," where "HH" is the number of full screw turns
and "MM" is the number of "minutes of a clock face" representing
a partial screw turn. (E.g. "01:15" would mean to turn the screw
one and a quarter revolutions.)</li>
</ul>
</li>
</ul>
<h2 id="servo">servo<a class="headerlink" href="#servo" title="Permanent link">&para;</a></h2>
<p>The following information is available in
<a href="Config_Reference.html#servo">servo some_name</a> objects:</p>