Bed mesh library?

Basic Information:

Printer Model: Vcore 31
MCU / Printerboard: Octopus Pro + EBB42
klippy.log
klippy.zip (3.0 MB)

Describe your issue:

Not an issue…

Currently, I have as my start gcode, this…

 [gcode_macro EMPEZAR_IMPRESION]
gcode:
    G90 ;Coordenadas absolutas
    G1 Z20.0 F6000 ;Move the platform down 15mm    ; Prime the extruder
    G92 E0
 
    BED_MESH_CLEAR
    BED_MESH_CALIBRATE
    M220 S20
    G28 Z

As you can see, every time I print a piece, it deletes the BED MESH from the previous time and makes a new one…

What I would like it to do is to make this BED MESH, not delete it, save it… For what purpose? Well, being able to compare it with other BED_MESH and see how it evolves over time, and how it is affected, and to what extent by different temperatures.

Could someone confirm for me if this can be done? and how would it be done?

It would be ideal if the MESH BED you are saving could have its name personalized, or the date it was created or the file that was printed using it.

Thank you

You would have to execute a BED_MESH_PROFILE SAVE=<name> manually after each print or create some macro that generates a date string and automatically does this within your start macro.

Personally, I do not see any value and would not be surprised if Klipper some when blows up, since this would considerably increase your printer.cfg over the time

3 Likes

Thx

what I can serve, so you can consult the mesh beforehand

As soon as a mesh is loaded (even if it is a “temporary” mesh) you should be able to review it in the webinterfaces.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.