bed_mesh: fix round bed not loading fixes #1343

This commit is contained in:
alfrix 2024-04-21 19:47:35 -03:00
parent 17c65f7916
commit 7e5886427d

View File

@ -31,7 +31,7 @@ class BedMap(Gtk.DrawingArea):
continue
logging.info(f"{key}: {value}")
if radius:
self.mesh_radius = radius
self.mesh_radius = float(radius)
if 'mesh_min' in bm:
self.mesh_min = bm['mesh_min']
if 'mesh_max' in bm: