fluidd-core / fluidd

Fluidd, the klipper UI.
https://docs.fluidd.xyz
GNU General Public License v3.0
1.37k stars 418 forks source link

feat: use full bed dimensions on bed mesh preview #1242

Closed pedrolamas closed 9 months ago

pedrolamas commented 9 months ago

We currently use the Bed Mesh rectangle as the limits for the preview.

This changes that behavior to ensure we show the Bed Mesh preview using the full configured bed dimensions.

Before

image

After

image

On both examples above, the bed size is 235x235 yet on the top we are not using the full bed dimensions but the mesh dimensions.

Resolves: #1243