jneilliii / OctoPrint-BedLevelVisualizer

MIT License
371 stars 82 forks source link

[Question]: Plugin Support from standard GCode? #543

Closed JesNoFear closed 2 years ago

JesNoFear commented 2 years ago

So, this is more of a question, but could turn into a feature request.

I use Cura as my slicer, and at the beginning of every print, it does the bed leveling. Can I add "@BEDLEVELVISUALIZER" into the GCODE of my prints and have it capture the results of the last print? I am not too sure if it ONLY looks for the "@BEDLEVELVISUALIZER" when running via the Bed Visualizer tab, or any time that command is seen.

It would be nice if any time i looked at the bed visualizer tab, it was the result of the last prints plot points instead of having to separately run this to see if i need to adjust my bed any before my next print.

Thanks and sorry for using this form for a question.

jneilliii commented 2 years ago

Can I add "@BEDLEVELVISUALIZER" into the GCODE of my prints and have it capture the results of the last print?

Correct.

jneilliii commented 2 years ago

Just make sure to have it just prior to the G29 command.

JesNoFear commented 2 years ago

Perfect! thank you :-) thank you for the fast response