This used to work in some versions before:
Do a bed mesh calibration from the mainsail and give the name of the profile before starting.
Save the config after completion
The profile is saved and available after the restart.
Now:
Do a bed mesh calibration from the mainsail and give the name of the profile before starting.
Save the config after completion
The profile is saved always as “default”.
15:05 bed_mesh_calibrate
.......
15:06 Bed Mesh state has been saved to profile [default]
for the current session. The SAVE_CONFIG command will
update the printer config file and restart the printer
15:08 Bed Mesh state has been saved to profile [a name with spaces]
for the current session. The SAVE_CONFIG command will
update the printer config file and restart the printer.
To be honest I never tried this since to my knowledge it was never specified like this. Refer to bed_mesh_calibrate
So its quite easy to say: Not specified = not a bug
Nevertheless it would be interesting if there was a (hidden?) functionality as such but I do not believe. If you check the history of the documentation, there was no change to this paragraph since ages: History for docs/G-Codes.md - Klipper3d/klipper · GitHub
I am using Klipper and Klipper generates this command, never looked at the spec.
It definitely worked a week ago, when I installed the initial version through sd card image from raspberry pi imager.
It would be somewhat weird that the Klipper developer did this implementation without checking that it is implemented that way.
18:17:05 // Mesh Bed Leveling Complete
18:17:05 // Bed Mesh state has been saved to profile [a profile name]
// for the current session. The SAVE_CONFIG command will
// update the printer config file and restart the printer.
18:21:10 $ SAVE_CONFIG
18:36:00 // Mesh Bed Leveling Complete
18:36:00 // Bed Mesh state has been saved to profile [a profile name2]
// for the current session. The SAVE_CONFIG command will
// update the printer config file and restart the printer.
18:37:49 $ SAVE_CONFIG
18:37:50 // Klipper state: Disconnect
18:37:55 // Klipper state: Ready
do I have to flash the printer when downloading the new klipper version?
I tried to recompile after downloading the newest version but make did not find any changes to compile.
so I flashed with the existing hex.
I still have as a result:
Bed Mesh state has been saved to profile [default]
for the current session. The SAVE_CONFIG command will
update the printer config file and restart the printer.
whatever name I give in BED_MESH_CALIBRATE PROFILE=
I booted the printer at 21:50
an issued a mesh bed level with the profile name “NewMeshProfile”
21:51 BED_MESH_CALIBRATE PROFILE=“NewMeshProfile”
after finishing I got :
21:52 Bed Mesh state has been saved to profile [default]
for the current session. The SAVE_CONFIG command will
update the printer config file and restart the printer.
In the klippy.log I do not see any traces of “NewMeshProfile”, nor a start of leveling, just the “complete” message.
I am running into the same problem.
I can do a bed mesh and save it under ‘default’ but when I go back there is no saved mesh.
I do ‘save config’
I have tried doing it only with klipper screen and my LCD. I am trying it through my browser now.
Each time I ran a bed mesh through my LCD it didn’t save it.
This started after the latest update.
So I now see what they did. You must manually load the mesh before it will show it.
Will I need to change my start code to load the default mesh?