jneilliii / OctoPrint-BedLevelVisualizer

MIT License
371 stars 82 forks source link

[FR]: add option for toggling markers on graph #508

Closed jneilliii closed 2 years ago

jneilliii commented 2 years ago

First off, thank you for the development of this plugin and so many others. Huge fan and love this plugin.

I've been meaning to ask for a while if you can add a toggle option to always show the pop-up info for at least the 4 corners of the bed? Instead of hovering it would be nice to just have the results at a glance. I know I can turn on the data table and have it below the graph, however, the graph and table data aren't always relative in position so it makes more of a study than a quick check.

Here is a mock up to help explain. Bed Level Visualizer

Thanks!

Originally posted by @MuttCollective in https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/discussions/506

jneilliii commented 2 years ago

Unfortunately, after further investigation it appears that the Plotly js library doesn't support controlling the markers programmatically on 3d graphs. I won't be able to implement this feature.