jneilliii / OctoPrint-BedLevelVisualizer

MIT License
372 stars 82 forks source link

Feature Request: Use/capture bed leveling events not triggered by the plugin #155

Closed faithhack closed 5 years ago

faithhack commented 5 years ago

It would useful if BLV could watch terminal output and use bedleveling data without the need to trigger the event or read the EEPROM. For example, I usually do a G28 + G29 in my start GCODE which sets the bedleveling and out puts it to the terminal. It would be helpful to just switch to the Bed Level Visualizer tab and see the results without requesting an update during a active print.

jneilliii commented 5 years ago

If you just add the @BEDLEVELVISUALIZER tag to your start gcode it will do this.

faithhack commented 5 years ago

Awesome! That worked. The docs made it seem like @BEDLEVELVISUALIZER was for the settings in the plugin. Maybe update the docs to mention this is a feature for any gcode - unless I missed it and need a remedial reading class.