Deploying to gh-pages from @ Klipper3d/klipper@638cd4d781 🚀
This commit is contained in:
@@ -816,6 +816,13 @@
|
||||
endstop_phase
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#exclude_object" class="md-nav__link">
|
||||
exclude_object
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -1112,6 +1119,20 @@
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="Exclude_Object.html" class="md-nav__link">
|
||||
Exclude Obects
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="Using_PWM_Tools.html" class="md-nav__link">
|
||||
Using PWM tools
|
||||
@@ -1506,6 +1527,13 @@
|
||||
endstop_phase
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#exclude_object" class="md-nav__link">
|
||||
exclude_object
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -1810,6 +1838,46 @@ Klipper software.</p>
|
||||
forward direction minus the total number of steps taken in the
|
||||
reverse direction since the micro-controller was last restarted.</li>
|
||||
</ul>
|
||||
<h2 id="exclude_object">exclude_object<a class="headerlink" href="#exclude_object" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available in the
|
||||
<a href="Exclude_Object.html">exclude_object</a> object:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p><code>objects</code>: An array of the known objects as provided by the
|
||||
<code>EXCLUDE_OBJECT_DEFINE</code> command. This is the same information provided by
|
||||
the <code>EXCLUDE_OBJECT VERBOSE=1</code> command. The <code>center</code> and <code>polygon</code> fields will
|
||||
only be present if provided in the original <code>EXCLUDE_OBJECT_DEFINE</code></p>
|
||||
<p>Here is a JSON sample:</p>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="highlight"><pre><span></span><code>[
|
||||
{
|
||||
"polygon": [
|
||||
[ 156.25, 146.2511675 ],
|
||||
[ 156.25, 153.7488325 ],
|
||||
[ 163.75, 153.7488325 ],
|
||||
[ 163.75, 146.2511675 ]
|
||||
],
|
||||
"name": "CYLINDER_2_STL_ID_2_COPY_0",
|
||||
"center": [ 160, 150 ]
|
||||
},
|
||||
{
|
||||
"polygon": [
|
||||
[ 146.25, 146.2511675 ],
|
||||
[ 146.25, 153.7488325 ],
|
||||
[ 153.75, 153.7488325 ],
|
||||
[ 153.75, 146.2511675 ]
|
||||
],
|
||||
"name": "CYLINDER_2_STL_ID_1_COPY_0",
|
||||
"center": [ 150, 150 ]
|
||||
}
|
||||
]
|
||||
</code></pre></div>
|
||||
|
||||
<ul>
|
||||
<li><code>excluded_objects</code>: An array of strings listing the names of excluded objects.</li>
|
||||
<li><code>current_object</code>: The name of the object currently being printed.</li>
|
||||
</ul>
|
||||
<h2 id="fan">fan<a class="headerlink" href="#fan" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available in
|
||||
<a href="Config_Reference.html#fan">fan</a>,
|
||||
|
||||
Reference in New Issue
Block a user