mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-09 06:45:26 -06:00
docs: note change to bed_mesh profile behavior
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
4df1adeb2e
commit
e3253cb79e
2 changed files with 25 additions and 0 deletions
|
@ -399,6 +399,26 @@ is not desirable the _default_ profile can be removed as follows:
|
|||
Any other saved profile can be removed in the same fashion, replacing
|
||||
_default_ with the named profile you wish to remove.
|
||||
|
||||
|
||||
#### Loading the default profile
|
||||
|
||||
Previous versions of `bed_mesh` always loaded the profile named _default_
|
||||
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 `default` profile it is recommended to add
|
||||
`BED_MESH_PROFILE LOAD=default` to either their `START_PRINT` macro or their
|
||||
slicer's "Start G-Code" configuration, whichever is applicable.
|
||||
|
||||
Alternatively the old behavior of loading a profile at startup can be
|
||||
restored with a `[delayed_gcode]`:
|
||||
|
||||
```ini
|
||||
[delayed_gcode bed_mesh_init]
|
||||
initial_duration: .01
|
||||
gcode:
|
||||
BED_MESH_PROFILE LOAD=default
|
||||
```
|
||||
|
||||
### Output
|
||||
|
||||
`BED_MESH_OUTPUT PGP=[0 | 1]`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue