exclude: graph (#743)

Also support name wrapping and remove the object from the list if it was excluded (easier to see)
This commit is contained in:
Alfredo Monclus
2022-10-04 10:52:44 -03:00
committed by GitHub
parent c2991364ba
commit a83bbed85a
3 changed files with 217 additions and 25 deletions

View File

@@ -46,7 +46,9 @@ PRINTER_BASE_STATUS_OBJECTS = [
'toolhead',
'virtual_sdcard',
'webhooks',
'motion_report'
'motion_report',
'firmware_retraction',
'exclude_object',
]
klipperscreendir = pathlib.Path(__file__).parent.resolve()
@@ -405,7 +407,6 @@ class KlipperScreen(Gtk.Window):
self.base_panel.get().remove(self.popup_message)
self.popup_message = None
self.show_all()
def show_error_modal(self, err, e=""):
logging.exception(f"Showing error modal: {err}")