Hi. Here is my monitor info: f3nix@bigspider:~$ xdpyinfo | grep -B 2 resolution screen #0: dimensions: 7680x4320 pixels (1393x784 millimeters) resolution: 140x140 dots per inch f3nix@bigspider:~$
No scaling. Fonts look good but the controls are misplaced. I'm attaching the start log. There are some warnings regarding widths, heights... I do not know if it would be useful. Cheers, Mateusz pon., 10 lut 2020 o 09:01 Gregor Riepl <onit...@gmail.com> napisał(a): > > > After upgrading to 4.4.1 the UI is not usable. See screenshot. The dialog is > > all messed up. > > Appimage version works as expected. > > > > Deleting the config folder is even worse. I can't get past the settings > > wizard. > > Thank you for the bug report. > The issue is known and reproducible, but a solution isn't known yet. > > I suspect it's got something to do with Qt and HiDPI handling. > > What DPI setting do you use for font rendering? -- AKA f3nix AKA metyl AKA skowri ;)
/usr/lib/python3/dist-packages/UM/PluginRegistry.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp [MainThread] UM.Resources.__initializeStoragePaths [417]: Initializing storage paths [MainThread] UM.Resources.__initializeStoragePaths [427]: Config storage path is /home/f3nix/.config/cura/4.4 [MainThread] UM.Resources.__initializeStoragePaths [435]: Data storage path is /home/f3nix/.local/share/cura/4.4 [MainThread] UM.Resources.__initializeStoragePaths [447]: Cache storage path is /home/f3nix/.cache/cura/4.4 [MainThread] UM.PackageManager.__init__ [52]: Found bundled packages JSON file: /usr/share/cura/resources/bundled_packages/cura.json [MainThread] UM.PackageManager.__init__ [52]: Found bundled packages JSON file: /usr/share/uranium/resources/bundled_packages/uranium.json Attribute Qt::AA_UseDesktopOpenGL must be set before QCoreApplication is created. [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [105]: Trying OpenGL context 4.1... [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [115]: Yay, we got at least OpenGL 4.1 core: 4.1 Core profile [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [162]: OpenGL renderer type for this OpenGL version: GeForce GTX 1660 Ti/PCIe/SSE2 [MainThread] UM.Qt.QtApplication.initialize [142]: Detected most suitable OpenGL context version: 4.1 Core profile [MainThread] UM.Qt.QtApplication.initialize [149]: Initializing job queue ... [MainThread] UM.Qt.QtApplication.initialize [153]: Initializing version upgrade manager ... [MainThread] UM.PackageManager._loadManagementData [139]: Loaded bundled packages data from /usr/share/cura/resources/bundled_packages/cura.json [MainThread] UM.PackageManager._loadManagementData [139]: Loaded bundled packages data from /usr/share/uranium/resources/bundled_packages/uranium.json [MainThread] UM.PackageManager._loadManagementData [156]: Loaded user packages management file from /home/f3nix/.local/share/cura/4.4/packages.json [MainThread] UM.PackageManager._saveManagementData [224]: Package management file /home/f3nix/.local/share/cura/4.4/packages.json was saved [MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [86]: Loading plugin configuration file '/home/f3nix/.config/cura/4.4/plugins.json' 2020-02-10 20:58:09,485 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin ConsoleLogger 2020-02-10 20:58:09,490 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [78]: Found CuraEngine at: /usr/bin/CuraEngine 2020-02-10 20:58:09,491 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin CuraEngineBackend 2020-02-10 20:58:09,493 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin SelectionTool 2020-02-10 20:58:09,496 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin TranslateTool 2020-02-10 20:58:09,499 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin CameraTool 2020-02-10 20:58:09,502 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin RotateTool 2020-02-10 20:58:09,506 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin ScaleTool 2020-02-10 20:58:09,508 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin MirrorTool 2020-02-10 20:58:09,510 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin LocalContainerProvider 2020-02-10 20:58:09,511 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin SimpleView 2020-02-10 20:58:09,512 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin FileLogger 2020-02-10 20:58:09,514 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin OBJWriter /usr/lib/python3.7/importlib/_bootstrap.py:219: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. return f(*args, **kwds) 2020-02-10 20:58:09,518 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin STLReader 2020-02-10 20:58:09,520 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin STLWriter 2020-02-10 20:58:09,522 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin OBJReader 2020-02-10 20:58:09,522 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [342]: Plugin ConsoleLogger was already loaded 2020-02-10 20:58:09,524 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin LocalFileOutputDevice /home/f3nix/.local/share/cura/4.4/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintOutputDevice.py:8: DeprecationWarning: Importing cura.PrinterOutputDevice has been deprecated since 4.1, use cura.PrinterOutput.PrinterOutputDevice instead from cura.PrinterOutputDevice import PrinterOutputDevice, ConnectionState /home/f3nix/.local/share/cura/4.4/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintOutputDevice.py:10: DeprecationWarning: Importing cura.PrinterOutput.PrinterOutputModel has been deprecated since 4.1, use cura.PrinterOutput.Models.PrinterOutputModel instead from cura.PrinterOutput.PrinterOutputModel import PrinterOutputModel /home/f3nix/.local/share/cura/4.4/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintOutputDevice.py:11: DeprecationWarning: Importing cura.PrinterOutput.PrintJobOutputModel has been deprecated since 4.1, use cura.PrinterOutput.Models.PrintJobOutputModel instead from cura.PrinterOutput.PrintJobOutputModel import PrintJobOutputModel 2020-02-10 20:58:09,527 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module OctoPrintPlugin 2020-02-10 20:58:09,528 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last): 2020-02-10 20:58:09,528 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3/dist-packages/UM/PluginRegistry.py", line 540, in _findPlugin 2020-02-10 20:58:09,528 - ERROR - [MainThread] UM.Logger.logException [88]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2020-02-10 20:58:09,528 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2020-02-10 20:58:09,528 - ERROR - [MainThread] UM.Logger.logException [88]: return load_package(name, filename) 2020-02-10 20:58:09,528 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2020-02-10 20:58:09,528 - ERROR - [MainThread] UM.Logger.logException [88]: return _load(spec) 2020-02-10 20:58:09,528 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 696, in _load 2020-02-10 20:58:09,528 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked 2020-02-10 20:58:09,529 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module 2020-02-10 20:58:09,529 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed 2020-02-10 20:58:09,529 - ERROR - [MainThread] UM.Logger.logException [88]: File "/home/f3nix/.local/share/cura/4.4/plugins/OctoPrintPlugin/OctoPrintPlugin/__init__.py", line 3, in <module> 2020-02-10 20:58:09,529 - ERROR - [MainThread] UM.Logger.logException [88]: from . import OctoPrintOutputDevicePlugin 2020-02-10 20:58:09,529 - ERROR - [MainThread] UM.Logger.logException [88]: File "/home/f3nix/.local/share/cura/4.4/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintOutputDevicePlugin.py", line 2, in <module> 2020-02-10 20:58:09,529 - ERROR - [MainThread] UM.Logger.logException [88]: from . import OctoPrintOutputDevice 2020-02-10 20:58:09,529 - ERROR - [MainThread] UM.Logger.logException [88]: File "/home/f3nix/.local/share/cura/4.4/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintOutputDevice.py", line 12, in <module> 2020-02-10 20:58:09,529 - ERROR - [MainThread] UM.Logger.logException [88]: from cura.PrinterOutput.NetworkCamera import NetworkCamera 2020-02-10 20:58:09,529 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'cura.PrinterOutput.NetworkCamera' 2020-02-10 20:58:09,529 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [615]: Could not find plugin OctoPrintPlugin 2020-02-10 20:58:09,530 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module OctoPrintPlugin 2020-02-10 20:58:09,530 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last): 2020-02-10 20:58:09,530 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3/dist-packages/UM/PluginRegistry.py", line 540, in _findPlugin 2020-02-10 20:58:09,530 - ERROR - [MainThread] UM.Logger.logException [88]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2020-02-10 20:58:09,530 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2020-02-10 20:58:09,530 - ERROR - [MainThread] UM.Logger.logException [88]: return load_package(name, filename) 2020-02-10 20:58:09,530 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2020-02-10 20:58:09,531 - ERROR - [MainThread] UM.Logger.logException [88]: return _load(spec) 2020-02-10 20:58:09,531 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 696, in _load 2020-02-10 20:58:09,531 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked 2020-02-10 20:58:09,531 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module 2020-02-10 20:58:09,531 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed 2020-02-10 20:58:09,531 - ERROR - [MainThread] UM.Logger.logException [88]: File "/home/f3nix/.local/share/cura/4.4/plugins/OctoPrintPlugin/OctoPrintPlugin/__init__.py", line 3, in <module> 2020-02-10 20:58:09,531 - ERROR - [MainThread] UM.Logger.logException [88]: from . import OctoPrintOutputDevicePlugin 2020-02-10 20:58:09,531 - ERROR - [MainThread] UM.Logger.logException [88]: File "/home/f3nix/.local/share/cura/4.4/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintOutputDevicePlugin.py", line 2, in <module> 2020-02-10 20:58:09,531 - ERROR - [MainThread] UM.Logger.logException [88]: from . import OctoPrintOutputDevice 2020-02-10 20:58:09,531 - ERROR - [MainThread] UM.Logger.logException [88]: File "/home/f3nix/.local/share/cura/4.4/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintOutputDevice.py", line 12, in <module> 2020-02-10 20:58:09,531 - ERROR - [MainThread] UM.Logger.logException [88]: from cura.PrinterOutput.NetworkCamera import NetworkCamera 2020-02-10 20:58:09,531 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'cura.PrinterOutput.NetworkCamera' 2020-02-10 20:58:09,534 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin SimulationView 2020-02-10 20:58:09,535 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin GCodeWriter 2020-02-10 20:58:09,538 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin GCodeReader 2020-02-10 20:58:09,541 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin PostProcessingPlugin 2020-02-10 20:58:09,542 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin PrepareStage 2020-02-10 20:58:09,543 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [342]: Plugin CuraEngineBackend was already loaded 2020-02-10 20:58:09,546 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin X3DReader 2020-02-10 20:58:09,548 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin LegacyProfileReader 2020-02-10 20:58:09,597 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin UM3NetworkPrinting 2020-02-10 20:58:09,601 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin CuraDrive 2020-02-10 20:58:09,603 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module TrimeshReader 2020-02-10 20:58:09,603 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last): 2020-02-10 20:58:09,603 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3/dist-packages/UM/PluginRegistry.py", line 540, in _findPlugin 2020-02-10 20:58:09,603 - ERROR - [MainThread] UM.Logger.logException [88]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2020-02-10 20:58:09,603 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2020-02-10 20:58:09,603 - ERROR - [MainThread] UM.Logger.logException [88]: return load_package(name, filename) 2020-02-10 20:58:09,604 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2020-02-10 20:58:09,604 - ERROR - [MainThread] UM.Logger.logException [88]: return _load(spec) 2020-02-10 20:58:09,604 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 696, in _load 2020-02-10 20:58:09,604 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked 2020-02-10 20:58:09,604 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module 2020-02-10 20:58:09,604 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed 2020-02-10 20:58:09,604 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/TrimeshReader/__init__.py", line 4, in <module> 2020-02-10 20:58:09,604 - ERROR - [MainThread] UM.Logger.logException [88]: from . import TrimeshReader 2020-02-10 20:58:09,605 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/TrimeshReader/TrimeshReader.py", line 9, in <module> 2020-02-10 20:58:09,605 - ERROR - [MainThread] UM.Logger.logException [88]: import trimesh # To load the files into a Trimesh. 2020-02-10 20:58:09,605 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'trimesh' 2020-02-10 20:58:09,605 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [615]: Could not find plugin TrimeshReader 2020-02-10 20:58:09,606 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module TrimeshReader 2020-02-10 20:58:09,606 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last): 2020-02-10 20:58:09,606 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3/dist-packages/UM/PluginRegistry.py", line 540, in _findPlugin 2020-02-10 20:58:09,606 - ERROR - [MainThread] UM.Logger.logException [88]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2020-02-10 20:58:09,606 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2020-02-10 20:58:09,606 - ERROR - [MainThread] UM.Logger.logException [88]: return load_package(name, filename) 2020-02-10 20:58:09,606 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2020-02-10 20:58:09,607 - ERROR - [MainThread] UM.Logger.logException [88]: return _load(spec) 2020-02-10 20:58:09,607 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 696, in _load 2020-02-10 20:58:09,607 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked 2020-02-10 20:58:09,607 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module 2020-02-10 20:58:09,607 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed 2020-02-10 20:58:09,607 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/TrimeshReader/__init__.py", line 4, in <module> 2020-02-10 20:58:09,607 - ERROR - [MainThread] UM.Logger.logException [88]: from . import TrimeshReader 2020-02-10 20:58:09,607 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/TrimeshReader/TrimeshReader.py", line 9, in <module> 2020-02-10 20:58:09,607 - ERROR - [MainThread] UM.Logger.logException [88]: import trimesh # To load the files into a Trimesh. 2020-02-10 20:58:09,608 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'trimesh' 2020-02-10 20:58:09,611 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin PerObjectSettingsTool 2020-02-10 20:58:09,613 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin MonitorStage 2020-02-10 20:58:09,615 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin XmlMaterialProfile 2020-02-10 20:58:09,618 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin 3MFReader 2020-02-10 20:58:09,620 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin UltimakerMachineActions 2020-02-10 20:58:09,621 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin CuraProfileWriter 2020-02-10 20:58:09,626 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin USBPrinting 2020-02-10 20:58:09,629 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin SupportEraser 2020-02-10 20:58:09,631 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin 3MFWriter 2020-02-10 20:58:09,632 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin GCodeGzWriter 2020-02-10 20:58:09,635 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin XRayView 2020-02-10 20:58:09,637 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin CuraProfileReader 2020-02-10 20:58:09,639 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin ImageReader 2020-02-10 20:58:09,641 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin GCodeGzReader 2020-02-10 20:58:09,643 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin RemovableDriveOutputDevice 2020-02-10 20:58:09,652 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing 2020-02-10 20:58:09,653 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing 2020-02-10 20:58:09,653 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [381]: Plugin UFPWriter did not return any objects to register 2020-02-10 20:58:09,655 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin FirmwareUpdater 2020-02-10 20:58:09,657 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin GCodeProfileReader 2020-02-10 20:58:09,659 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin MachineSettingsAction 2020-02-10 20:58:09,662 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [116]: No auth data to retrieve the access_token from 2020-02-10 20:58:09,662 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin Toolbox 2020-02-10 20:58:09,663 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module AMFReader 2020-02-10 20:58:09,664 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last): 2020-02-10 20:58:09,664 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3/dist-packages/UM/PluginRegistry.py", line 540, in _findPlugin 2020-02-10 20:58:09,664 - ERROR - [MainThread] UM.Logger.logException [88]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2020-02-10 20:58:09,664 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2020-02-10 20:58:09,664 - ERROR - [MainThread] UM.Logger.logException [88]: return load_package(name, filename) 2020-02-10 20:58:09,664 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2020-02-10 20:58:09,664 - ERROR - [MainThread] UM.Logger.logException [88]: return _load(spec) 2020-02-10 20:58:09,664 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 696, in _load 2020-02-10 20:58:09,664 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked 2020-02-10 20:58:09,664 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module 2020-02-10 20:58:09,664 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed 2020-02-10 20:58:09,664 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/AMFReader/__init__.py", line 4, in <module> 2020-02-10 20:58:09,665 - ERROR - [MainThread] UM.Logger.logException [88]: from . import AMFReader 2020-02-10 20:58:09,665 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/AMFReader/AMFReader.py", line 20, in <module> 2020-02-10 20:58:09,665 - ERROR - [MainThread] UM.Logger.logException [88]: import trimesh 2020-02-10 20:58:09,665 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'trimesh' 2020-02-10 20:58:09,665 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [615]: Could not find plugin AMFReader 2020-02-10 20:58:09,666 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module AMFReader 2020-02-10 20:58:09,666 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last): 2020-02-10 20:58:09,666 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3/dist-packages/UM/PluginRegistry.py", line 540, in _findPlugin 2020-02-10 20:58:09,666 - ERROR - [MainThread] UM.Logger.logException [88]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2020-02-10 20:58:09,666 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2020-02-10 20:58:09,666 - ERROR - [MainThread] UM.Logger.logException [88]: return load_package(name, filename) 2020-02-10 20:58:09,666 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2020-02-10 20:58:09,666 - ERROR - [MainThread] UM.Logger.logException [88]: return _load(spec) 2020-02-10 20:58:09,666 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 696, in _load 2020-02-10 20:58:09,666 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked 2020-02-10 20:58:09,667 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module 2020-02-10 20:58:09,667 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed 2020-02-10 20:58:09,667 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/AMFReader/__init__.py", line 4, in <module> 2020-02-10 20:58:09,667 - ERROR - [MainThread] UM.Logger.logException [88]: from . import AMFReader 2020-02-10 20:58:09,667 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/AMFReader/AMFReader.py", line 20, in <module> 2020-02-10 20:58:09,667 - ERROR - [MainThread] UM.Logger.logException [88]: import trimesh 2020-02-10 20:58:09,667 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'trimesh' 2020-02-10 20:58:09,669 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin SliceInfoPlugin 2020-02-10 20:58:09,671 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin VersionUpgrade34to35 2020-02-10 20:58:09,673 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin VersionUpgrade22to24 2020-02-10 20:58:09,675 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin VersionUpgrade33to34 2020-02-10 20:58:09,677 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin VersionUpgrade41to42 2020-02-10 20:58:09,679 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin VersionUpgrade40to41 2020-02-10 20:58:09,681 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin VersionUpgrade43to44 2020-02-10 20:58:09,683 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin VersionUpgrade30to31 2020-02-10 20:58:09,684 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin VersionUpgrade27to30 2020-02-10 20:58:09,686 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin VersionUpgrade32to33 2020-02-10 20:58:09,688 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin VersionUpgrade26to27 2020-02-10 20:58:09,690 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin VersionUpgrade25to26 2020-02-10 20:58:09,692 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin VersionUpgrade42to43 2020-02-10 20:58:09,694 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin VersionUpgrade35to40 2020-02-10 20:58:09,696 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin VersionUpgrade21to22 2020-02-10 20:58:09,699 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin SolidView 2020-02-10 20:58:09,701 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin FirmwareUpdateChecker 2020-02-10 20:58:09,703 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin PreviewStage 2020-02-10 20:58:09,706 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [406]: Loaded plugin ModelChecker 2020-02-10 20:58:09,710 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing 2020-02-10 20:58:09,712 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing 2020-02-10 20:58:09,712 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [381]: Plugin UFPReader did not return any objects to register 2020-02-10 20:58:09,714 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [145]: Looking for old configuration files to upgrade. 2020-02-10 20:58:09,785 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [306]: Failed to get file version: ../generic_abs+%232.xml.fdm_material, skip it 2020-02-10 20:58:09,799 - DEBUG - [MainThread] UM.Backend.Backend._onSocketError [197]: Socket was unable to bind to port, increasing port number to 49675 2020-02-10 20:58:09,799 - DEBUG - [MainThread] UM.Backend.Backend._createSocket [211]: Previous socket existed. Closing that first. 2020-02-10 20:58:09,800 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [292]: Attempting to kill the engine process 2020-02-10 20:58:09,800 - DEBUG - [MainThread] UM.Backend.Backend._createSocket [211]: Previous socket existed. Closing that first. 2020-02-10 20:58:09,805 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [171]: Socket state changed to Listening 2020-02-10 20:58:09,812 - INFO - [MainThread] UM.Backend.Backend.startEngine [81]: Started engine process: /usr/bin/CuraEngine 2020-02-10 20:58:09,813 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [101]: [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49675', ''] 2020-02-10 20:58:09,815 - DEBUG - [Thread-22] UM.Backend.Backend._backendLog [101]: [Backend] 2020-02-10 20:58:09,815 - DEBUG - [Thread-22] UM.Backend.Backend._backendLog [101]: [Backend] Cura_SteamEngine version 4.4.1 2020-02-10 20:58:09,815 - DEBUG - [Thread-22] UM.Backend.Backend._backendLog [101]: [Backend] Copyright (C) 2019 Ultimaker 2020-02-10 20:58:09,816 - DEBUG - [Thread-22] UM.Backend.Backend._backendLog [101]: [Backend] 2020-02-10 20:58:09,816 - DEBUG - [Thread-22] UM.Backend.Backend._backendLog [101]: [Backend] This program is free software: you can redistribute it and/or modify 2020-02-10 20:58:09,816 - DEBUG - [Thread-22] UM.Backend.Backend._backendLog [101]: [Backend] it under the terms of the GNU Affero General Public License as published by 2020-02-10 20:58:09,817 - DEBUG - [Thread-22] UM.Backend.Backend._backendLog [101]: [Backend] the Free Software Foundation, either version 3 of the License, or 2020-02-10 20:58:09,818 - DEBUG - [Thread-22] UM.Backend.Backend._backendLog [101]: [Backend] (at your option) any later version. 2020-02-10 20:58:09,818 - DEBUG - [Thread-22] UM.Backend.Backend._backendLog [101]: [Backend] 2020-02-10 20:58:09,818 - DEBUG - [Thread-22] UM.Backend.Backend._backendLog [101]: [Backend] This program is distributed in the hope that it will be useful, 2020-02-10 20:58:09,818 - DEBUG - [Thread-22] UM.Backend.Backend._backendLog [101]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of 2020-02-10 20:58:09,819 - DEBUG - [Thread-22] UM.Backend.Backend._backendLog [101]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2020-02-10 20:58:09,819 - DEBUG - [Thread-22] UM.Backend.Backend._backendLog [101]: [Backend] GNU Affero General Public License for more details. 2020-02-10 20:58:09,819 - DEBUG - [Thread-22] UM.Backend.Backend._backendLog [101]: [Backend] 2020-02-10 20:58:09,819 - DEBUG - [Thread-22] UM.Backend.Backend._backendLog [101]: [Backend] You should have received a copy of the GNU Affero General Public License 2020-02-10 20:58:09,819 - DEBUG - [Thread-22] UM.Backend.Backend._backendLog [101]: [Backend] along with this program. If not, see <http://www.gnu.org/licenses/>. 2020-02-10 20:58:09,858 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [175]: Socket state changed to Connected 2020-02-10 20:58:09,859 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [165]: Backend connected on port 49675 2020-02-10 20:58:11,049 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [320]: Loading metadata into container registry took 1.234961748123169 seconds 2020-02-10 20:58:11,138 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [104]: Select build plate: 0 2020-02-10 20:58:11,139 - INFO - [MainThread] cura.CuraApplication.run [747]: Initializing machine manager 2020-02-10 20:58:11,139 - INFO - [MainThread] cura.CuraApplication.run [750]: Initializing container manager 2020-02-10 20:58:11,140 - INFO - [MainThread] cura.CuraApplication.run [753]: Initializing machine error checker 2020-02-10 20:58:11,203 - INFO - [MainThread] cura.UI.MachineActionManager.addDefaultMachineActions [72]: Default machine actions added for machine definition [custom] 2020-02-10 20:58:11,325 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [184]: Extruder[custom_extruder_6 #2] added to [Prusa i2] at position [5] 2020-02-10 20:58:11,325 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [157]: Extruder [custom_extruder_6 #2] has already been registered on machine [Prusa i2], not doing anything 2020-02-10 20:58:11,325 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [184]: Extruder[custom_extruder_1 #2] added to [Prusa i2] at position [0] 2020-02-10 20:58:11,326 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [157]: Extruder [custom_extruder_1 #2] has already been registered on machine [Prusa i2], not doing anything 2020-02-10 20:58:11,326 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [184]: Extruder[custom_extruder_3 #2] added to [Prusa i2] at position [2] 2020-02-10 20:58:11,326 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [157]: Extruder [custom_extruder_3 #2] has already been registered on machine [Prusa i2], not doing anything 2020-02-10 20:58:11,326 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [184]: Extruder[custom_extruder_7 #2] added to [Prusa i2] at position [6] 2020-02-10 20:58:11,326 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [157]: Extruder [custom_extruder_7 #2] has already been registered on machine [Prusa i2], not doing anything 2020-02-10 20:58:11,326 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [184]: Extruder[custom_extruder_2 #2] added to [Prusa i2] at position [1] 2020-02-10 20:58:11,326 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [157]: Extruder [custom_extruder_2 #2] has already been registered on machine [Prusa i2], not doing anything 2020-02-10 20:58:11,326 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [184]: Extruder[custom_extruder_8 #2] added to [Prusa i2] at position [7] 2020-02-10 20:58:11,326 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [157]: Extruder [custom_extruder_8 #2] has already been registered on machine [Prusa i2], not doing anything 2020-02-10 20:58:11,326 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [184]: Extruder[custom_extruder_5 #2] added to [Prusa i2] at position [4] 2020-02-10 20:58:11,327 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [157]: Extruder [custom_extruder_5 #2] has already been registered on machine [Prusa i2], not doing anything 2020-02-10 20:58:11,327 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [184]: Extruder[custom_extruder_4 #2] added to [Prusa i2] at position [3] 2020-02-10 20:58:11,327 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [157]: Extruder [custom_extruder_4 #2] has already been registered on machine [Prusa i2], not doing anything 2020-02-10 20:58:11,328 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: BQ_PauseAtHeight 2020-02-10 20:58:11,328 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: ChangeAtZ 2020-02-10 20:58:11,328 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: DisplayFilenameAndLayerOnLCD 2020-02-10 20:58:11,329 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: DisplayRemainingTimeOnLCD 2020-02-10 20:58:11,329 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: FilamentChange 2020-02-10 20:58:11,329 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: InsertAtLayerChange 2020-02-10 20:58:11,329 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeight 2020-02-10 20:58:11,330 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeightRepRapFirmwareDuet 2020-02-10 20:58:11,330 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeightforRepetier 2020-02-10 20:58:11,330 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: RetractContinue 2020-02-10 20:58:11,330 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: SearchAndReplace 2020-02-10 20:58:11,331 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: Stretch 2020-02-10 20:58:11,331 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: TimeLapse 2020-02-10 20:58:11,331 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: UsePreviousProbeMeasurements 2020-02-10 20:58:11,399 - DEBUG - [MainThread] cura.Machines.ContainerTree.__getitem__ [106]: Adding container tree for custom took 0.06713700294494629 seconds. 2020-02-10 20:58:11,431 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [231]: Changing perspective mode to perspective. 2020-02-10 20:58:11,532 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [281]: Creating post processing plugin view. 2020-02-10 20:58:11,544 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [158]: Loading theme file: /usr/share/cura/resources/themes/cura-light/theme.json 2020-02-10 20:58:11,550 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [231]: Loaded theme /usr/share/cura/resources/themes/cura-light 2020-02-10 20:58:11,661 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [291]: Post processing view created. 2020-02-10 20:58:11,739 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [93]: There was no auth data or access token 2020-02-10 20:58:11,739 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [93]: There was no auth data or access token 2020-02-10 20:58:11,740 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [93]: There was no auth data or access token 2020-02-10 20:58:11,741 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getImage [133]: No image header_pattern defined in Theme 2020-02-10 20:58:11,958 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:102:33: QML Settings: Failed to initialize QSettings instance. Status code is: 1 2020-02-10 20:58:11,958 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:102:33: QML Settings: The following application identifiers have not been set: QVector("organizationName", "organizationDomain") 2020-02-10 20:58:12,072 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel. 2020-02-10 20:58:12,073 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function GlobalStack.extruders at 0x7ffab7d245f0> is deprecated (since 4.4): Please use extruderList instead. /usr/lib/python3/dist-packages/cura/Machines/Models/BaseMaterialsModel.py:175: DeprecationWarning: <function GlobalStack.extruders at 0x7ffab7d245f0> is deprecated (since 4.4): Please use extruderList instead. if extruder_position not in global_stack.extruders: Model size of -11 is less than 0 qml: TableViewSelection: index out of range qml: TableViewSelection: index out of range 2020-02-10 20:58:12,132 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Cannot read property 'y' of undefined 2020-02-10 20:58:12,132 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Cannot read property 'x' of undefined 2020-02-10 20:58:12,132 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Cannot read property 'selectionStart' of null 2020-02-10 20:58:12,132 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/share/cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:76:13: Unable to assign null to double 2020-02-10 20:58:12,133 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:44: TypeError: Cannot read property 'height' of null 2020-02-10 20:58:12,138 - DEBUG - [MainThread] UM.Controller.setActiveStage [149]: Setting active stage to PrepareStage 2020-02-10 20:58:12,156 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel. 2020-02-10 20:58:12,180 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:44: TypeError: Cannot read property 'height' of null 2020-02-10 20:58:12,187 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/cura/plugins/PrepareStage/PrepareMain.qml:16:5: QML ActionPanelWidget: Binding loop detected for property "width" 2020-02-10 20:58:12,187 - DEBUG - [MainThread] UM.Controller.setActiveView [91]: Setting active view to SolidView 2020-02-10 20:58:12,190 - DEBUG - [MainThread] Toolbox.src.Toolbox._makeRequestByType [550]: Requesting updates metadata from server. 2020-02-10 20:58:12,191 - DEBUG - [MainThread] SliceInfoPlugin.SliceInfo._createDialog [68]: Creating dialog [MoreInfoWindow.qml] 2020-02-10 20:58:12,214 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [109]: Creating model checker view. 2020-02-10 20:58:12,217 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [118]: Model checker view created. 2020-02-10 20:58:12,219 - DEBUG - [MainThread] cura.CuraApplication.run [790]: Booting Cura took 3.094581127166748 seconds 2020-02-10 20:58:12,252 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [135]: New error check scheduled. 2020-02-10 20:58:12,276 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabButton.qml:37: TypeError: Cannot read property 'implicitHeight' of null 2020-02-10 20:58:12,276 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabButton.qml:36: TypeError: Cannot read property 'implicitWidth' of null 2020-02-10 20:58:12,279 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabButton.qml:37: TypeError: Type error 2020-02-10 20:58:12,279 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabButton.qml:36: TypeError: Type error 2020-02-10 20:58:12,280 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [34]: Updating CustomQualityProfilesDropDownMenuModel. 2020-02-10 20:58:12,284 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [63]: Updating QualityProfilesDropDownMenuModel. 2020-02-10 20:58:12,502 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [34]: Updating CustomQualityProfilesDropDownMenuModel. 2020-02-10 20:58:12,502 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [63]: Updating QualityProfilesDropDownMenuModel. 2020-02-10 20:58:15,030 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [181]: Support for Vertex Array Objects: True 2020-02-10 20:58:15,030 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [111]: Initialized OpenGL subsystems. 2020-02-10 20:58:15,030 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [112]: OpenGL Version: 4.1.0 NVIDIA 440.59 2020-02-10 20:58:15,030 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [113]: OpenGL Vendor: NVIDIA Corporation 2020-02-10 20:58:15,030 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [114]: OpenGL Renderer: GeForce GTX 1660 Ti/PCIe/SSE2 2020-02-10 20:58:15,031 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [115]: GLSL Version: 4.0.0 2020-02-10 20:58:15,031 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]... 2020-02-10 20:58:15,032 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/selection.shader]... 2020-02-10 20:58:15,032 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/select_face.shader]... 2020-02-10 20:58:15,033 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]... 2020-02-10 20:58:15,034 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/composite.shader]... 2020-02-10 20:58:15,035 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/overhang.shader]... 2020-02-10 20:58:15,036 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]... 2020-02-10 20:58:15,037 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/transparent_object.shader]... 2020-02-10 20:58:15,039 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]... 2020-02-10 20:58:15,040 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]... 2020-02-10 20:58:15,041 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/grid.shader]... 2020-02-10 20:58:15,042 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/platform.shader]... 2020-02-10 20:58:15,199 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/share/cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:109:29: QML Binding: Binding loop detected for property "value" 2020-02-10 20:58:15,392 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/share/cura/resources/qml/Settings/SettingCategory.qml: Object or context destroyed during incubation 2020-02-10 20:58:15,429 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/share/cura/resources/qml/Settings/SettingCategory.qml: Object or context destroyed during incubation 2020-02-10 20:58:15,442 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/share/cura/resources/qml/Settings/SettingCategory.qml: Object or context destroyed during incubation 2020-02-10 20:58:15,675 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/share/cura/resources/qml/Settings/SettingCategory.qml: Object or context destroyed during incubation 2020-02-10 20:58:16,035 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,036 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,036 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,036 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,036 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,036 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,036 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,036 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,036 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,037 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,037 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,037 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,037 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,037 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,037 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,037 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,037 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,037 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,038 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,038 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,038 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,038 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,038 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,038 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,038 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,038 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,038 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,038 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,039 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,039 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,039 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,039 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,039 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,039 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,039 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,039 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,039 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,039 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,040 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,040 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,040 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,040 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,040 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,040 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,040 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,040 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,040 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,041 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,041 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,041 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,041 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,041 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,041 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,041 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,041 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,041 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,041 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,042 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,042 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,042 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,042 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,042 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,042 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,042 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,042 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,042 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,043 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,043 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,043 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,043 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,043 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,043 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,043 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,043 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,043 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,043 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,044 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,044 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,044 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Type error 2020-02-10 20:58:16,044 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Type error 2020-02-10 20:58:16,044 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Type error 2020-02-10 20:58:16,044 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Cannot read property 'y' of undefined 2020-02-10 20:58:16,044 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Cannot read property 'x' of undefined 2020-02-10 20:58:16,044 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Cannot read property 'selectionStart' of null 2020-02-10 20:58:16,045 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Cannot read property 'y' of undefined 2020-02-10 20:58:16,045 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Cannot read property 'x' of undefined 2020-02-10 20:58:16,045 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Cannot read property 'selectionStart' of null 2020-02-10 20:58:16,387 - INFO - [MainThread] cura.Machines.MachineErrorChecker._setResult [187]: Error check finished, result = False, time = 4.1s 2020-02-10 20:58:25,453 - DEBUG - [MainThread] cura.AutoSave._onTimeout [56]: Autosaving preferences, instances and profiles 2020-02-10 20:58:43,453 - DEBUG - [MainThread] cura.AutoSave._onTimeout [56]: Autosaving preferences, instances and profiles 2020-02-10 20:58:54,454 - DEBUG - [MainThread] cura.AutoSave._onTimeout [56]: Autosaving preferences, instances and profiles