jneilliii / OctoPrint-BedLevelVisualizer

MIT License
369 stars 82 forks source link

[FR]: Update mesh display through start GCODE #641

Closed alfondehesa closed 7 months ago

alfondehesa commented 7 months ago

Describe the solution you'd like Possibility to update bed mesh display outside of plugin's tab or plugin's routine. Be able to have the display updated by calling out @BEDLEVELVISUALIZER on either the slicer or octoprint's start GCODE.

jneilliii commented 7 months ago

You can, the plugin reacts to that command so if you add it to your start gcode in slicer prior to the g29 command it well pick it up.