Deploying to gh-pages from @ Klipper3d/klipper@e3253cb79e 🚀
This commit is contained in:
@@ -726,6 +726,19 @@
|
||||
Profiles
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="Profiles">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#loading-the-default-profile" class="md-nav__link">
|
||||
Loading the default profile
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -1480,6 +1493,19 @@
|
||||
Profiles
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="Profiles">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#loading-the-default-profile" class="md-nav__link">
|
||||
Loading the default profile
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -1901,6 +1927,21 @@ is not desirable the <em>default</em> profile can be removed as follows:</p>
|
||||
<p><code>BED_MESH_PROFILE REMOVE=default</code></p>
|
||||
<p>Any other saved profile can be removed in the same fashion, replacing
|
||||
<em>default</em> with the named profile you wish to remove.</p>
|
||||
<h4 id="loading-the-default-profile">Loading the default profile<a class="headerlink" href="#loading-the-default-profile" title="Permanent link">¶</a></h4>
|
||||
<p>Previous versions of <code>bed_mesh</code> always loaded the profile named <em>default</em>
|
||||
on startup if it was present. This behavior has been removed in favor of
|
||||
allowing the user to determine when a profile is loaded. If a user wishes to
|
||||
load the <code>default</code> profile it is recommended to add
|
||||
<code>BED_MESH_PROFILE LOAD=default</code> to either their <code>START_PRINT</code> macro or their
|
||||
slicer's "Start G-Code" configuration, whichever is applicable.</p>
|
||||
<p>Alternatively the old behavior of loading a profile at startup can be
|
||||
restored with a <code>[delayed_gcode]</code>:</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="k">[delayed_gcode bed_mesh_init]</span>
|
||||
<span class="na">initial_duration</span><span class="o">:</span><span class="w"> </span><span class="s">.01</span>
|
||||
<span class="na">gcode</span><span class="o">:</span>
|
||||
<span class="w"> </span><span class="na">BED_MESH_PROFILE LOAD</span><span class="o">=</span><span class="s">default</span>
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="output">Output<a class="headerlink" href="#output" title="Permanent link">¶</a></h3>
|
||||
<p><code>BED_MESH_OUTPUT PGP=[0 | 1]</code></p>
|
||||
<p>Outputs the current mesh state to the terminal. Note that the mesh itself
|
||||
|
||||
Reference in New Issue
Block a user