mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-16 19:28:16 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@82f540bb73 🚀
This commit is contained in:
parent
64bdee7472
commit
c9fdd84dde
15 changed files with 9 additions and 3 deletions
|
@ -2338,7 +2338,8 @@ be applied to changes in direction.</p>
|
||||||
<em>Default Adaptive: 0</em> <br>
|
<em>Default Adaptive: 0</em> <br>
|
||||||
<em>Default Adaptive Margin: 0</em></p>
|
<em>Default Adaptive Margin: 0</em></p>
|
||||||
<p>Initiates the probing procedure for Bed Mesh Calibration.</p>
|
<p>Initiates the probing procedure for Bed Mesh Calibration.</p>
|
||||||
<p>The mesh will be saved into a profile specified by the <code>PROFILE</code> parameter,
|
<p>The mesh will be immediately ready to use when the command completes and saved
|
||||||
|
into a profile specified by the <code>PROFILE</code> parameter,
|
||||||
or <code>default</code> if unspecified. The <code>METHOD</code> parameter takes one of the following
|
or <code>default</code> if unspecified. The <code>METHOD</code> parameter takes one of the following
|
||||||
values:</p>
|
values:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -2395,6 +2396,9 @@ 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
|
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
|
<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>
|
slicer's "Start G-Code" configuration, whichever is applicable.</p>
|
||||||
|
<p>Note that this is not required if a new mesh is generated with
|
||||||
|
<code>BED_MESH_CALIBRATE</code> in the <code>START_PRINT</code> macro or the slicer's "Start G-Code"
|
||||||
|
and may produce unexpected results, especially with adaptive meshing.</p>
|
||||||
<p>Alternatively the old behavior of loading a profile at startup can be
|
<p>Alternatively the old behavior of loading a profile at startup can be
|
||||||
restored with a <code>[delayed_gcode]</code>:</p>
|
restored with a <code>[delayed_gcode]</code>:</p>
|
||||||
<div class="highlight"><pre><span></span><code><span class="k">[delayed_gcode bed_mesh_init]</span>
|
<div class="highlight"><pre><span></span><code><span class="k">[delayed_gcode bed_mesh_init]</span>
|
||||||
|
|
|
@ -5030,8 +5030,10 @@ will be calibrated. If not specified, the axis defaults to <code>'X'</code>.</li
|
||||||
[ADAPTIVE_MARGIN=<value>]</code>: This command probes the bed using generated points
|
[ADAPTIVE_MARGIN=<value>]</code>: This command probes the bed using generated points
|
||||||
specified by the parameters in the config. After probing, a mesh is generated
|
specified by the parameters in the config. After probing, a mesh is generated
|
||||||
and z-movement is adjusted according to the mesh.
|
and z-movement is adjusted according to the mesh.
|
||||||
|
The mesh is immediately active after successful completion of <code>BED_MESH_CALIBRATE</code>.
|
||||||
The mesh will be saved into a profile specified by the <code>PROFILE</code> parameter,
|
The mesh will be saved into a profile specified by the <code>PROFILE</code> parameter,
|
||||||
or <code>default</code> if unspecified.
|
or <code>default</code> if unspecified. If ADAPTIVE=1 is specified then the profile
|
||||||
|
name will begin with <code>adaptive-</code> and should not be saved for reuse.
|
||||||
See the PROBE command for details on the optional probe parameters. If
|
See the PROBE command for details on the optional probe parameters. If
|
||||||
METHOD=manual is specified then the manual probing tool is activated - see the
|
METHOD=manual is specified then the manual probing tool is activated - see the
|
||||||
MANUAL_PROBE command above for details on the additional commands available
|
MANUAL_PROBE command above for details on the additional commands available
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue