KlipperScreen / KlipperScreen

GUI for Klipper
https://klipperscreen.github.io/KlipperScreen/
GNU Affero General Public License v3.0
1.02k stars 319 forks source link

[BUG] The round bed graph is not displayed #1343

Closed CIS94500 closed 2 months ago

CIS94500 commented 2 months ago

What happened?

The round bed graph is not displayed

for it to display correctly I applied this modification

file : KlipperScreen/ks_includes/widgets/bedmap.py

line 34

self.mesh_radius = radius

replace by

self.mesh_radius = int(radius)

What did you expect to happen instead?

The graph is displayed

How to reproduce this bug?

go to panel bed mesh

Additional information:

before

before

after correction

after

Log output

KlipperScreen.log