From 45dd30c8209d38430bcdac8aaaf39b6141412267 Mon Sep 17 00:00:00 2001 From: Maurice Breit Date: Sat, 4 Mar 2023 00:43:05 +0100 Subject: [PATCH] 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 --- docs/Bed_Mesh.md | 4 +--- 1 file changed, 1 insertion(+), 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=`. 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`