bed_mesh: fix round bed not loading fixes #1343
This commit is contained in:
parent
17c65f7916
commit
7e5886427d
@ -31,7 +31,7 @@ class BedMap(Gtk.DrawingArea):
|
|||||||
continue
|
continue
|
||||||
logging.info(f"{key}: {value}")
|
logging.info(f"{key}: {value}")
|
||||||
if radius:
|
if radius:
|
||||||
self.mesh_radius = radius
|
self.mesh_radius = float(radius)
|
||||||
if 'mesh_min' in bm:
|
if 'mesh_min' in bm:
|
||||||
self.mesh_min = bm['mesh_min']
|
self.mesh_min = bm['mesh_min']
|
||||||
if 'mesh_max' in bm:
|
if 'mesh_max' in bm:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user