Deploying to gh-pages from @ Klipper3d/klipper@9b60daf62d 🚀

This commit is contained in:
KevinOConnor 2022-12-24 00:03:46 +00:00
parent 9ff66eae78
commit e1e235a317
23 changed files with 284 additions and 281 deletions

View file

@ -2080,16 +2080,16 @@
<li><code>last_query["&lt;endstop&gt;"]</code>: True értéket ad, ha az adott végálláskapcsolót az utolsó QUERY_ENDSTOP parancs során "triggered" -ként jelenti. Megjegyzés: ha ezt egy makróban használjuk, a sablon bővítési sorrendje miatt a QUERY_ENDSTOP parancsot akkor ezt a hivatkozást tartalmazó makró előtt kell lefuttatni.</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>
<p>A következő információk a <code>screws_tilt_adjust</code> objektumban találhatók:</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>
<li><code>error</code>: True értéket ad vissza, ha a legutóbbi <code>SCREWS_TILT_CALCULATE</code> parancs tartalmazta a <code>MAX_DEVIATION</code> paramétert, és bármelyik vizsgált csavarpont meghaladta a megadott <code>MAX_DEVIATION</code> értéket.</li>
<li><code>results</code>: A vizsgált csavarok helyének listája. A lista minden egyes bejegyzése egy szótár lesz, amely a következő kulcsokat tartalmazza:<ul>
<li><code>name</code>: A csavar neve a konfigurációs fájlban megadottak szerint.</li>
<li><code>x</code>: A csavar X koordinátája a konfigurációs fájlban megadottak szerint.</li>
<li><code>x</code>: A csavar X koordinátája a konfigurációs fájlban megadottak szerint.</li>
<li><code>z</code>: A csavar helyének mért Z magassága.</li>
<li><code>sign</code>: Egy karakterlánc, amely megadja, hogy a szükséges beállításhoz milyen irányba kell elfordítani a csavart. Vagy "CW" az óramutató járásával megegyező irányban, vagy "CCW" az óramutató járásával ellentétes irányban. Az alapcsavar nem rendelkezik <code>sign</code> kulcsal.</li>
<li><code>adjust</code>: A csavar beállításához szükséges csavarfordítások száma, "HH:MM" formátumban megadva, ahol "HH" a teljes csavarfordítások száma, "MM" pedig a részleges csavarfordítást jelentő "óramutató percek" száma. (Pl. "01:15" azt jelentené, hogy a csavart egy és negyed fordulatot kell elfordítani.)</li>
</ul>
</li>
</ul>