screen: remove matplotlib from preload close #787
This commit is contained in:
parent
78f76d659c
commit
f5b8ae1002
@ -26,9 +26,6 @@ from ks_includes.config import KlipperScreenConfig
|
|||||||
from panels.base_panel import BasePanel
|
from panels.base_panel import BasePanel
|
||||||
|
|
||||||
logging.getLogger("urllib3").setLevel(logging.WARNING)
|
logging.getLogger("urllib3").setLevel(logging.WARNING)
|
||||||
logging.getLogger('matplotlib').setLevel(logging.WARNING)
|
|
||||||
# This is here to avoid performance issues opening bed_mesh
|
|
||||||
import matplotlib.pyplot # noqa
|
|
||||||
|
|
||||||
PRINTER_BASE_STATUS_OBJECTS = [
|
PRINTER_BASE_STATUS_OBJECTS = [
|
||||||
'bed_mesh',
|
'bed_mesh',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user