-
It is my understanding that the Update Mesh button will always create a new mesh and then load the graph from the resulting saved data - that works really well. However, I'm looking for how I would go about loading a saved mesh that was generated directly on the printer. I was able to create a command button that would load the mesh using the M420 GCode command, but how would I get the plugin to generate a new graph? Looking through the code, I'm lead the believe that the afterTabChange event should load draw the mesh, but it doesn't seem to do that (for me). Am I missing something? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Just use M420 V in the settings for update mesh and that will just grab from EEPROM. |
Beta Was this translation helpful? Give feedback.
Just use M420 V in the settings for update mesh and that will just grab from EEPROM.