forked from CreatBot/CreatBotKlipperScreen
improve panel initialization
just make a notify_status_update from printer data, it's much simpler
This commit is contained in:
@@ -69,7 +69,6 @@ class BedMeshPanel(ScreenPanel):
|
||||
self.load_meshes()
|
||||
with contextlib.suppress(KeyError):
|
||||
self.activate_mesh(self._screen.printer.get_stat("bed_mesh", "profile_name"))
|
||||
self.process_busy(self._printer.busy)
|
||||
|
||||
def activate_mesh(self, profile):
|
||||
if self.active_mesh is not None:
|
||||
|
Reference in New Issue
Block a user