mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-27 18:09:44 -07:00
Deploying to gh-pages from @ Klipper3d/klipper@98068beca0 🚀
This commit is contained in:
parent
3e3d2b6dc0
commit
9ec0d2d50b
14 changed files with 21 additions and 1 deletions
|
|
@ -1099,6 +1099,13 @@
|
|||
servo
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#skew_correctionpy" class="md-nav__link">
|
||||
skew_correction.py
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -1937,6 +1944,13 @@
|
|||
servo
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#skew_correctionpy" class="md-nav__link">
|
||||
skew_correction.py
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -2489,6 +2503,12 @@ object:</p>
|
|||
<li><code>printer["servo <config_name>"].value</code>: The last setting of the PWM
|
||||
pin (a value between 0.0 and 1.0) associated with the servo.</li>
|
||||
</ul>
|
||||
<h2 id="skew_correctionpy">skew_correction.py<a class="headerlink" href="#skew_correctionpy" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available in the <code>skew_correction</code> object (this
|
||||
object is available if any skew_correction is defined):</p>
|
||||
<ul>
|
||||
<li><code>current_profile_name</code>: Returns the name of the currently loaded SKEW_PROFILE.</li>
|
||||
</ul>
|
||||
<h2 id="stepper_enable">stepper_enable<a class="headerlink" href="#stepper_enable" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available in the <code>stepper_enable</code> object (this
|
||||
object is available if any stepper is defined):</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue