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