diff options
author | Maurice Breit <github@mauricebreit.de> | 2023-03-04 00:43:05 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2023-03-14 21:12:36 -0400 |
commit | 45dd30c8209d38430bcdac8aaaf39b6141412267 (patch) | |
tree | 08ab9c52c055024bc61202d668917fb32afc9ab2 | |
parent | 87f109984a179089e8f56430aa9ce3a38cc08a94 (diff) | |
download | kutter-45dd30c8209d38430bcdac8aaaf39b6141412267.tar.gz kutter-45dd30c8209d38430bcdac8aaaf39b6141412267.tar.xz kutter-45dd30c8209d38430bcdac8aaaf39b6141412267.zip |
docs: Remove comment about default profile loading
Remove outdated comment that the "default" profile is loaded automatically when klipper starts
Signed-off-by: Maurice Breit <github@mauricebreit.de>
-rw-r--r-- | docs/Bed_Mesh.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/Bed_Mesh.md b/docs/Bed_Mesh.md index 3e35b945..cdae4cbd 100644 --- a/docs/Bed_Mesh.md +++ b/docs/Bed_Mesh.md @@ -390,9 +390,7 @@ to write the profile to printer.cfg. Profiles can be loaded by executing `BED_MESH_PROFILE LOAD=<name>`. It should be noted that each time a BED_MESH_CALIBRATE occurs, the current -state is automatically saved to the _default_ profile. If this profile -exists it is automatically loaded when Klipper starts. If this behavior -is not desirable the _default_ profile can be removed as follows: +state is automatically saved to the _default_ profile. The _default_ profile can be removed as follows: `BED_MESH_PROFILE REMOVE=default` |