jneilliii / OctoPrint-BedLevelVisualizer

MIT License
372 stars 82 forks source link

[BUG]: Uneven Probe Points X to Y Causes Issues With Rendering #480

Closed jsdokos closed 2 years ago

jsdokos commented 2 years ago

Describe the bug Bug is in the middle of the columns for the Data tab and Corrections angle (see below) image

Expected behavior Circle should be the last column on the right plugin_bedlevelvisualizer_debug.log

Debug Log

Screenshots image image

Firmware and Version Marlin 2.0.9.1 - Ender 3

jneilliii commented 2 years ago

Ah, you've hit the issue with unequal probing points x to y. It seems your probing grid is 3x4, and the plugin has issues with that currently.

jsdokos commented 2 years ago

Yeah, I find it better to be a good mix of speed and data. I had the same probing grid with the Non-RC release, but there were no issues there. I can switch back to see if that is still happening since it was a few weeks ago.

jneilliii commented 2 years ago

duplicate of #381