Deploying to gh-pages from @ Klipper3d/klipper@fa78e6b8fb 🚀
This commit is contained in:
@@ -726,6 +726,19 @@
|
||||
配置
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="配置">
|
||||
<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 @@
|
||||
配置
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="配置">
|
||||
<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">
|
||||
@@ -1694,6 +1720,15 @@ faulty_region_4_max: 45.0, 210.0
|
||||
<p>请注意,每次运行 BED_MESH_CALIBRATE 后,当前状态会被保存到 <em>default</em> 配置。如果这个配置在配置文件中存在,它会在 Klipper 启动时自动载入。如果不希望这种行为,可以通过以下命令删除 <em>default</em> 配置:</p>
|
||||
<p><code>BED_MESH_PROFILE REMOVE=default</code></p>
|
||||
<p>任何其他保存的配置也可以用相同的方式删除,用你想删除的配置名称替换<em>default</em>。</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="_13">输出<a class="headerlink" href="#_13" title="Permanent link">¶</a></h3>
|
||||
<p><code>BED_MESH_OUTPUT PGP=[0 | 1]</code></p>
|
||||
<p>将当前网格状态输出到终端。请注意,输出的是网格本身</p>
|
||||
|
||||
Reference in New Issue
Block a user