jneilliii / OctoPrint-BedLevelVisualizer

MIT License
373 stars 82 forks source link

[BUG]: Angle corrections: Broken UI for rectangular meshes #381

Open gandy92 opened 3 years ago

gandy92 commented 3 years ago

Describe the bug

My UBL mesh is of size 7 x 5 and for this, the angle corrections UI shows the indicator inside the data table: image

Expected behavior Same as with meshes where the number of points in x- and y direction is the same

jneilliii commented 3 years ago

I'll see what I can do to resolve this when I can. I think that table rendering logic assumes an equal grid, but it was made by another contributor so will take a while to verify/adjust.