Giter VIP home page Giter VIP logo

Comments (16)

agordon avatar agordon commented on July 17, 2024 1

@fieldOfView Works for me! thanks so much!!

from cura-sidebarguiplugin.

gergely-xyz avatar gergely-xyz commented on July 17, 2024 1

The update came trough with the plugin marketplace and everything works now. Thanks a lot! I much prefer the GUI with this layout!

from cura-sidebarguiplugin.

fieldOfView avatar fieldOfView commented on July 17, 2024

The sidebar plugin needs to load version-specific resources. When loading Cura from source, it always reports the version as "master", so the plugin has no way to know which version-specific resources it needs. That's why it says it is "ignoring the version of the plugin", but the line after that should say "Loaded plugin SidebarGUIPlugin" and the plugin should load just fine. I'll change the wording because I can see it is confusing.

Long story short: the plugin should work with running from source with the 4.2 branch of Cura. The provided log excerpt does not indicate it doesn't. I need the rest of the logs.

from cura-sidebarguiplugin.

agordon avatar agordon commented on July 17, 2024

Thanks for looking into that.
A complete log is here: https://pastebin.com/bB36jwmy .
It did also say "loaded pluging SidebarGUIPlugin" (sorry for missing that the first time).
But the shown GUI is the original annoying "floating" panel.

The exact cura version is 4.2.0-424-g845c2d41a (from git).
Happy to try/test different things if you have suggestions.

from cura-sidebarguiplugin.

fieldOfView avatar fieldOfView commented on July 17, 2024

Thanks for the logs. It does not show why the plugin is not working.
Have you tried installing the plugin through the Marketplace instead of manually?

from cura-sidebarguiplugin.

r15ch13 avatar r15ch13 commented on July 17, 2024

It doesn't work on my Linux machine also.
Added some logging output for the version numbers to __matchVersion().
I could add more logger calls if you require more information. 😄

OS: Manjaro
Cura: 4.2.1 (from offical Arch repo)

    # __matchVersion() changes:
    if cura_version >= minimum_cura_version and cura_version <= maximum_cura_version:
        Logger.log("w", minimum_cura_version)
        Logger.log("w", cura_version)
        Logger.log("w", maximum_cura_version)
        return True
cura.log
2019-09-01 21:13:30,537 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FileLogger
2019-09-01 21:13:30,551 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SimpleView
2019-09-01 21:13:30,551 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded
2019-09-01 21:13:30,551 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded
2019-09-01 21:13:30,552 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded
2019-09-01 21:13:30,552 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded
2019-09-01 21:13:30,552 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded
2019-09-01 21:13:30,553 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded
2019-09-01 21:13:30,553 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded
2019-09-01 21:13:30,553 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded
2019-09-01 21:13:30,554 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded
2019-09-01 21:13:30,554 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded
2019-09-01 21:13:30,555 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded
2019-09-01 21:13:30,555 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-09-01 21:13:30,555 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded
2019-09-01 21:13:30,556 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded
2019-09-01 21:13:30,556 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded
2019-09-01 21:13:30,556 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded
2019-09-01 21:13:30,608 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin OctoPrintPlugin
2019-09-01 21:13:30,618 - WARNING - [MainThread] SidebarGUIPlugin.__matchVersion [47]: 4.0.0
2019-09-01 21:13:30,618 - WARNING - [MainThread] SidebarGUIPlugin.__matchVersion [48]: 4.2.0
2019-09-01 21:13:30,618 - WARNING - [MainThread] SidebarGUIPlugin.__matchVersion [49]: 4.2.1
2019-09-01 21:13:30,619 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SidebarGUIPlugin
2019-09-01 21:13:30,619 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded
2019-09-01 21:13:30,620 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded
2019-09-01 21:13:30,620 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded
2019-09-01 21:13:30,620 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded
2019-09-01 21:13:30,626 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeWriter
2019-09-01 21:13:30,636 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ImageReader
2019-09-01 21:13:30,643 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SupportEraser
2019-09-01 21:13:30,644 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded
2019-09-01 21:13:30,644 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded
2019-09-01 21:13:30,644 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded
2019-09-01 21:13:30,645 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded
2019-09-01 21:13:30,645 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded
2019-09-01 21:13:30,645 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded
2019-09-01 21:13:30,645 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded
2019-09-01 21:13:30,663 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SimulationView
2019-09-01 21:13:30,668 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin LegacyProfileReader
2019-09-01 21:13:30,673 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
2019-09-01 21:13:30,678 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
2019-09-01 21:13:30,678 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPReader did not return any objects to register
2019-09-01 21:13:30,691 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeReader
2019-09-01 21:13:30,696 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module AMFReader
2019-09-01 21:13:30,696 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last):
2019-09-01 21:13:30,696 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin
2019-09-01 21:13:30,697 - 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.
2019-09-01 21:13:30,697 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 244, in load_module
2019-09-01 21:13:30,697 - ERROR - [MainThread] UM.Logger.logException [88]:     return load_package(name, filename)
2019-09-01 21:13:30,697 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 216, in load_package
2019-09-01 21:13:30,697 - ERROR - [MainThread] UM.Logger.logException [88]:     return _load(spec)
2019-09-01 21:13:30,698 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 696, in _load
2019-09-01 21:13:30,698 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
2019-09-01 21:13:30,698 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
2019-09-01 21:13:30,698 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2019-09-01 21:13:30,698 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/AMFReader/__init__.py", line 4, in <module>
2019-09-01 21:13:30,699 - ERROR - [MainThread] UM.Logger.logException [88]:     from . import AMFReader
2019-09-01 21:13:30,699 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/AMFReader/AMFReader.py", line 20, in <module>
2019-09-01 21:13:30,699 - ERROR - [MainThread] UM.Logger.logException [88]:     import trimesh
2019-09-01 21:13:30,699 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'trimesh'
2019-09-01 21:13:30,699 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [614]: Could not find plugin AMFReader
2019-09-01 21:13:30,702 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module AMFReader
2019-09-01 21:13:30,702 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last):
2019-09-01 21:13:30,703 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin
2019-09-01 21:13:30,703 - 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.
2019-09-01 21:13:30,703 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 244, in load_module
2019-09-01 21:13:30,703 - ERROR - [MainThread] UM.Logger.logException [88]:     return load_package(name, filename)
2019-09-01 21:13:30,703 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 216, in load_package
2019-09-01 21:13:30,704 - ERROR - [MainThread] UM.Logger.logException [88]:     return _load(spec)
2019-09-01 21:13:30,704 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 696, in _load
2019-09-01 21:13:30,704 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
2019-09-01 21:13:30,704 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
2019-09-01 21:13:30,704 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2019-09-01 21:13:30,705 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/AMFReader/__init__.py", line 4, in <module>
2019-09-01 21:13:30,705 - ERROR - [MainThread] UM.Logger.logException [88]:     from . import AMFReader
2019-09-01 21:13:30,705 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/AMFReader/AMFReader.py", line 20, in <module>
2019-09-01 21:13:30,705 - ERROR - [MainThread] UM.Logger.logException [88]:     import trimesh
2019-09-01 21:13:30,705 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'trimesh'
2019-09-01 21:13:30,712 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeProfileReader
2019-09-01 21:13:30,718 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeGzReader
2019-09-01 21:13:30,726 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FirmwareUpdater
2019-09-01 21:13:30,738 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
2019-09-01 21:13:30,745 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
2019-09-01 21:13:30,745 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPWriter did not return any objects to register
2019-09-01 21:13:30,765 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin USBPrinting
2019-09-01 21:13:30,771 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeGzWriter
2019-09-01 21:13:30,779 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PreviewStage
2019-09-01 21:13:30,853 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin UM3NetworkPrinting
2019-09-01 21:13:30,859 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin MonitorStage
2019-09-01 21:13:30,866 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraProfileWriter
2019-09-01 21:13:30,866 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-09-01 21:13:30,866 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded
2019-09-01 21:13:30,873 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin XRayView
2019-09-01 21:13:30,884 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraDrive
2019-09-01 21:13:30,890 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SolidView
2019-09-01 21:13:30,899 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ModelChecker
2019-09-01 21:13:30,912 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PostProcessingPlugin
2019-09-01 21:13:30,934 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin XmlMaterialProfile
2019-09-01 21:13:30,942 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin RemovableDriveOutputDevice
2019-09-01 21:13:30,952 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin UltimakerMachineActions
2019-09-01 21:13:30,960 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FirmwareUpdateChecker
2019-09-01 21:13:30,968 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin MachineSettingsAction
2019-09-01 21:13:30,985 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [112]: No auth data to retrieve the access_token from
2019-09-01 21:13:30,986 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin Toolbox
2019-09-01 21:13:30,987 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded
2019-09-01 21:13:30,994 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraProfileReader
2019-09-01 21:13:31,004 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin 3MFWriter
2019-09-01 21:13:31,011 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PrepareStage
2019-09-01 21:13:31,011 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded
2019-09-01 21:13:31,011 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraEngineBackend was already loaded
2019-09-01 21:13:31,019 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PerObjectSettingsTool
2019-09-01 21:13:31,033 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade21to22
2019-09-01 21:13:31,040 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade22to24
2019-09-01 21:13:31,048 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade30to31
2019-09-01 21:13:31,055 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade32to33
2019-09-01 21:13:31,064 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade27to30
2019-09-01 21:13:31,070 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade26to27
2019-09-01 21:13:31,080 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade41to42
2019-09-01 21:13:31,085 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade33to34
2019-09-01 21:13:31,094 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade40to41
2019-09-01 21:13:31,101 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade35to40
2019-09-01 21:13:31,109 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade34to35
2019-09-01 21:13:31,117 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade25to26
2019-09-01 21:13:31,133 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin X3DReader
2019-09-01 21:13:31,134 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded
2019-09-01 21:13:31,158 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin 3MFReader
2019-09-01 21:13:31,158 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded
2019-09-01 21:13:31,159 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded
2019-09-01 21:13:31,159 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded
2019-09-01 21:13:31,159 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded
2019-09-01 21:13:31,160 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeWriter was already loaded
2019-09-01 21:13:31,160 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ImageReader was already loaded
2019-09-01 21:13:31,160 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SupportEraser was already loaded
2019-09-01 21:13:31,161 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded
2019-09-01 21:13:31,161 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded
2019-09-01 21:13:31,161 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded
2019-09-01 21:13:31,161 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded
2019-09-01 21:13:31,161 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded
2019-09-01 21:13:31,162 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded
2019-09-01 21:13:31,162 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded
2019-09-01 21:13:31,162 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimulationView was already loaded
2019-09-01 21:13:31,162 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LegacyProfileReader was already loaded
2019-09-01 21:13:31,165 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
2019-09-01 21:13:31,165 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPReader did not return any objects to register
2019-09-01 21:13:31,166 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeReader was already loaded
2019-09-01 21:13:31,168 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module AMFReader
2019-09-01 21:13:31,169 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last):
2019-09-01 21:13:31,169 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin
2019-09-01 21:13:31,169 - 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.
2019-09-01 21:13:31,169 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 244, in load_module
2019-09-01 21:13:31,169 - ERROR - [MainThread] UM.Logger.logException [88]:     return load_package(name, filename)
2019-09-01 21:13:31,170 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 216, in load_package
2019-09-01 21:13:31,170 - ERROR - [MainThread] UM.Logger.logException [88]:     return _load(spec)
2019-09-01 21:13:31,170 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 696, in _load
2019-09-01 21:13:31,170 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
2019-09-01 21:13:31,170 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
2019-09-01 21:13:31,170 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2019-09-01 21:13:31,171 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/AMFReader/__init__.py", line 4, in <module>
2019-09-01 21:13:31,171 - ERROR - [MainThread] UM.Logger.logException [88]:     from . import AMFReader
2019-09-01 21:13:31,171 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/AMFReader/AMFReader.py", line 20, in <module>
2019-09-01 21:13:31,171 - ERROR - [MainThread] UM.Logger.logException [88]:     import trimesh
2019-09-01 21:13:31,171 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'trimesh'
2019-09-01 21:13:31,172 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeProfileReader was already loaded
2019-09-01 21:13:31,172 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeGzReader was already loaded
2019-09-01 21:13:31,172 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FirmwareUpdater was already loaded
2019-09-01 21:13:31,175 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
2019-09-01 21:13:31,176 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPWriter did not return any objects to register
2019-09-01 21:13:31,176 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin USBPrinting was already loaded
2019-09-01 21:13:31,176 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeGzWriter was already loaded
2019-09-01 21:13:31,176 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PreviewStage was already loaded
2019-09-01 21:13:31,177 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UM3NetworkPrinting was already loaded
2019-09-01 21:13:31,177 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MonitorStage was already loaded
2019-09-01 21:13:31,177 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraProfileWriter was already loaded
2019-09-01 21:13:31,178 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-09-01 21:13:31,178 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded
2019-09-01 21:13:31,178 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin XRayView was already loaded
2019-09-01 21:13:31,179 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraDrive was already loaded
2019-09-01 21:13:31,179 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SolidView was already loaded
2019-09-01 21:13:31,179 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ModelChecker was already loaded
2019-09-01 21:13:31,179 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PostProcessingPlugin was already loaded
2019-09-01 21:13:31,180 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin XmlMaterialProfile was already loaded
2019-09-01 21:13:31,180 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RemovableDriveOutputDevice was already loaded
2019-09-01 21:13:31,180 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UltimakerMachineActions was already loaded
2019-09-01 21:13:31,181 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FirmwareUpdateChecker was already loaded
2019-09-01 21:13:31,181 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MachineSettingsAction was already loaded
2019-09-01 21:13:31,181 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin Toolbox was already loaded
2019-09-01 21:13:31,182 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded
2019-09-01 21:13:31,182 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraProfileReader was already loaded
2019-09-01 21:13:31,182 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin 3MFWriter was already loaded
2019-09-01 21:13:31,183 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PrepareStage was already loaded
2019-09-01 21:13:31,183 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded
2019-09-01 21:13:31,183 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraEngineBackend was already loaded
2019-09-01 21:13:31,184 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PerObjectSettingsTool was already loaded
2019-09-01 21:13:31,184 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade21to22 was already loaded
2019-09-01 21:13:31,184 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade22to24 was already loaded
2019-09-01 21:13:31,184 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade30to31 was already loaded
2019-09-01 21:13:31,185 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade32to33 was already loaded
2019-09-01 21:13:31,185 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade27to30 was already loaded
2019-09-01 21:13:31,185 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade26to27 was already loaded
2019-09-01 21:13:31,186 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade41to42 was already loaded
2019-09-01 21:13:31,186 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade33to34 was already loaded
2019-09-01 21:13:31,186 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade40to41 was already loaded
2019-09-01 21:13:31,186 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade35to40 was already loaded
2019-09-01 21:13:31,186 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade34to35 was already loaded
2019-09-01 21:13:31,186 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade25to26 was already loaded
2019-09-01 21:13:31,187 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin X3DReader was already loaded
2019-09-01 21:13:31,187 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded
2019-09-01 21:13:31,187 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin 3MFReader was already loaded
2019-09-01 21:13:31,218 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [145]: Looking for old configuration files to upgrade.
2019-09-01 21:13:31,281 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [171]: Socket state changed to Listening
2019-09-01 21:13:31,287 - INFO - [MainThread] UM.Backend.Backend.startEngine [81]: Started engine process: /usr/bin/CuraEngine
2019-09-01 21:13:31,288 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [101]: [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '']
2019-09-01 21:13:31,294 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] 
2019-09-01 21:13:31,303 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] Cura_SteamEngine version master
2019-09-01 21:13:31,304 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] Copyright (C) 2018 Ultimaker
2019-09-01 21:13:31,304 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] 
2019-09-01 21:13:31,305 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] This program is free software: you can redistribute it and/or modify
2019-09-01 21:13:31,311 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] it under the terms of the GNU Affero General Public License as published by
2019-09-01 21:13:31,313 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [175]: Socket state changed to Connected
2019-09-01 21:13:31,313 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] the Free Software Foundation, either version 3 of the License, or
2019-09-01 21:13:31,314 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [165]: Backend connected on port 49674
2019-09-01 21:13:31,314 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] (at your option) any later version.
2019-09-01 21:13:31,314 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] 
2019-09-01 21:13:31,315 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] This program is distributed in the hope that it will be useful,
2019-09-01 21:13:31,315 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
2019-09-01 21:13:31,316 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2019-09-01 21:13:31,316 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] GNU Affero General Public License for more details.
2019-09-01 21:13:31,316 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] 
2019-09-01 21:13:31,316 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] You should have received a copy of the GNU Affero General Public License
2019-09-01 21:13:31,317 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] along with this program.  If not, see <http://www.gnu.org/licenses/>.
2019-09-01 21:13:33,777 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [339]: Loading metadata into container registry took 2.462292194366455 seconds
2019-09-01 21:13:33,857 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [104]: Select build plate: 0
2019-09-01 21:13:33,858 - INFO - [MainThread] cura.CuraApplication.run [728]: Initializing variant manager
2019-09-01 21:13:33,864 - DEBUG - [MainThread] cura.Machines.VariantManager.initialize [59]: Exclude variant [empty_variant]
2019-09-01 21:13:33,866 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5_aluminum
2019-09-01 21:13:33,868 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5_aluminum] added.
2019-09-01 21:13:33,869 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5
2019-09-01 21:13:33,921 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5] added.
2019-09-01 21:13:33,923 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5_glass
2019-09-01 21:13:33,926 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5_glass] added.
2019-09-01 21:13:33,928 - INFO - [MainThread] cura.CuraApplication.run [732]: Initializing material manager
2019-09-01 21:13:34,071 - INFO - [MainThread] cura.CuraApplication.run [737]: Initializing quality manager
2019-09-01 21:13:34,091 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [136]: Lookup tables updated.
2019-09-01 21:13:34,092 - INFO - [MainThread] cura.CuraApplication.run [742]: Initializing machine manager
2019-09-01 21:13:34,092 - INFO - [MainThread] cura.CuraApplication.run [745]: Initializing container manager
2019-09-01 21:13:34,092 - INFO - [MainThread] cura.CuraApplication.run [748]: Initializing machine error checker
2019-09-01 21:13:34,127 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onLoginStateChanged [57]: Log in state changed to False
2019-09-01 21:13:34,128 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [80]: Parsed remote clusters to []
2019-09-01 21:13:34,128 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [81]: Removed: 0, added: 0, updates: 0
2019-09-01 21:13:34,132 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container Creality Ender-3
2019-09-01 21:13:34,135 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container Creality Ender-3_user
2019-09-01 21:13:34,137 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [Creality Ender-3_user] added.
2019-09-01 21:13:34,138 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container creality_ender3_thick_0.2mm_(mn)
2019-09-01 21:13:34,140 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [creality_ender3_thick_0.2mm_(mn)] added.
2019-09-01 21:13:34,141 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container base_global_super
2019-09-01 21:13:34,143 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [base_global_super] added.
2019-09-01 21:13:34,143 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container Creality Ender-3_settings
2019-09-01 21:13:34,146 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [Creality Ender-3_settings] added.
2019-09-01 21:13:34,147 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container creality_ender3
2019-09-01 21:13:34,209 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [creality_ender3] added.
2019-09-01 21:13:34,210 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [Creality Ender-3] added.
2019-09-01 21:13:34,210 - INFO - [MainThread] cura.UI.MachineActionManager.addDefaultMachineActions [72]: Default machine actions added for machine definition [creality_ender3]
2019-09-01 21:13:34,214 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container creality_ender3_extruder_0 #2
2019-09-01 21:13:34,217 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container creality_ender3_extruder_0 #2_user
2019-09-01 21:13:34,219 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [creality_ender3_extruder_0 #2_user] added.
2019-09-01 21:13:34,220 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container creality_base_extruder_0_thick_0.2mm_(mn)
2019-09-01 21:13:34,222 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [creality_base_extruder_0_thick_0.2mm_(mn)] added.
2019-09-01 21:13:34,223 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container base_0.4_PLA_super
2019-09-01 21:13:34,224 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [base_0.4_PLA_super] added.
2019-09-01 21:13:34,225 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container generic_pla_175
2019-09-01 21:13:34,235 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_imade3d_jellybox] added.
2019-09-01 21:13:34,236 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_imade3d_jellybox_0.4_mm] added.
2019-09-01 21:13:34,236 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_imade3d_jellybox_0.4_mm_2-fans] added.
2019-09-01 21:13:34,237 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_cartesio] added.
2019-09-01 21:13:34,237 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_cartesio_0.25mm_thermoplastic_extruder] added.
2019-09-01 21:13:34,237 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_cartesio_0.4mm_thermoplastic_extruder] added.
2019-09-01 21:13:34,238 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_cartesio_0.8mm_thermoplastic_extruder] added.
2019-09-01 21:13:34,238 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_hms434] added.
2019-09-01 21:13:34,238 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_hms434_0.25mm_TP_extruder] added.
2019-09-01 21:13:34,239 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_hms434_0.4mm_TP_extruder] added.
2019-09-01 21:13:34,239 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_hms434_0.8mm_TP_extruder] added.
2019-09-01 21:13:34,239 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_alya3dp] added.
2019-09-01 21:13:34,240 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_alyanx3dp] added.
2019-09-01 21:13:34,240 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_kupido] added.
2019-09-01 21:13:34,240 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_base] added.
2019-09-01 21:13:34,241 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_cr10] added.
2019-09-01 21:13:34,241 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_cr10s] added.
2019-09-01 21:13:34,242 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_cr10spro] added.
2019-09-01 21:13:34,243 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_cr10s4] added.
2019-09-01 21:13:34,243 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_cr10s5] added.
2019-09-01 21:13:34,244 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_cr10mini] added.
2019-09-01 21:13:34,244 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_cr20] added.
2019-09-01 21:13:34,245 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_cr20pro] added.
2019-09-01 21:13:34,246 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_ender2] added.
2019-09-01 21:13:34,246 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_ender3] added.
2019-09-01 21:13:34,247 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_ender4] added.
2019-09-01 21:13:34,247 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_ender5] added.
2019-09-01 21:13:34,248 - WARNING - [MainThread] UM.Settings.ContainerRegistry.addContainer [376]: Container with ID generic_pla_175_creality_ender3 was already added.
2019-09-01 21:13:34,248 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container creality_ender3_0.4
2019-09-01 21:13:34,250 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [creality_ender3_0.4] added.
2019-09-01 21:13:34,251 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container creality_ender3_extruder_0 #2_settings
2019-09-01 21:13:34,253 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [creality_ender3_extruder_0 #2_settings] added.
2019-09-01 21:13:34,253 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container creality_base_extruder_0
2019-09-01 21:13:34,255 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [creality_base_extruder_0] added.
2019-09-01 21:13:34,256 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [creality_ender3_extruder_0 #2] added.
2019-09-01 21:13:34,259 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container creality_base
2019-09-01 21:13:34,311 - DEBUG - [zeroconf-ServiceBrowser__octoprint._tcp.local.] OctoPrintPlugin.OctoPrintOutputDevicePlugin._onServiceChanged [215]: Bonjour service added: octopi._octoprint._tcp.local
2019-09-01 21:13:34,312 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [creality_base] added.
2019-09-01 21:13:34,560 - DEBUG - [MainThread] UM3NetworkPrinting.src.UM3OutputDevicePlugin.checkCloudFlowIsPossible [511]: Checking if cloud connection is possible...
2019-09-01 21:13:34,561 - DEBUG - [MainThread] UM3NetworkPrinting.src.UM3OutputDevicePlugin.checkCloudFlowIsPossible [533]: Cloud Flow not possible: User not logged in!
2019-09-01 21:13:34,564 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: BQ_PauseAtHeight
2019-09-01 21:13:34,568 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: ChangeAtZ
2019-09-01 21:13:34,570 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: DisplayFilenameAndLayerOnLCD
2019-09-01 21:13:34,571 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: FilamentChange
2019-09-01 21:13:34,573 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: InsertAtLayerChange
2019-09-01 21:13:34,576 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeight
2019-09-01 21:13:34,578 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeightRepRapFirmwareDuet
2019-09-01 21:13:34,580 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeightforRepetier
2019-09-01 21:13:34,581 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: SearchAndReplace
2019-09-01 21:13:34,586 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: Stretch
2019-09-01 21:13:34,588 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: TimeLapse
2019-09-01 21:13:34,589 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: UsePreviousProbeMeasurements
2019-09-01 21:13:34,760 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [161]: Extruder[creality_ender3_extruder_0 #2] added to [Creality Ender-3] at position [0]
2019-09-01 21:13:34,760 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [169]: Extruder [creality_ender3_extruder_0 #2] has already been registered on machine [Creality Ender-3], not doing anything
2019-09-01 21:13:34,835 - DEBUG - [MainThread] cura.Machines.MaterialManager.getAvailableMaterials [361]: Exclude materials imade3d_pla_pink, Vertex_Delta_ABS, polyflex_pla, imade3d_pla_green, octofiber_pla, verbatim_bvoh_175, filo3d_pla_green, innofill_innoflex60_175, polywood_pla, Vertex_Delta_PLA, tizyx_pla_bois, imade3d_petg_green, tizyx_pla, polyplus_pla, Vertex_Delta_TPU, dsm_arnitel2045_175, zyyx_pro_pla, tizyx_abs, fiberlogy_hd_pla, Vertex_Delta_PET, filo3d_pla_red, fabtotum_nylon, fabtotum_abs, fabtotum_tpu, dsm_novamid1070_175, filo3d_pla, chromatik_pla, zyyx_pro_flex, fabtotum_pla, polymax_pla, imade3d_petg_pink for machine creality_ender3
2019-09-01 21:13:34,837 - INFO - [MainThread] cura.Settings.MachineManager._initMachineState [323]: Machine 'Creality Ender-3' quality changes set to 'Thick 0.2mm (MN)'
2019-09-01 21:13:35,096 - INFO - [MainThread] FirmwareUpdateChecker.FirmwareUpdateChecker.checkFirmwareVersion [74]: No machine with name Creality Ender-3 in list of firmware to check.
2019-09-01 21:13:35,101 - DEBUG - [MainThread] cura.PrinterOutput.NetworkedPrinterOutputDevice._createNetworkManager [313]: Creating network manager
2019-09-01 21:13:35,103 - DEBUG - [MainThread] OctoPrintPlugin.OctoPrintOutputDevice.connect [296]: Connection with instance octopi._octoprint._tcp.local with url http://192.168.1.51:80/ started
2019-09-01 21:13:35,155 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [233]: Changing perspective mode to perspective.
2019-09-01 21:13:35,193 - INFO - [MainThread] UM.OutputDevice.OutputDeviceManager.addOutputDevice [156]: Output Device octopi._octoprint._tcp.local already added
2019-09-01 21:13:35,344 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [281]: Creating post processing plugin view.
2019-09-01 21:13:35,356 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [158]: Loading theme file: /usr/share/cura/resources/themes/cura-dark/theme.json
2019-09-01 21:13:35,357 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [158]: Loading theme file: /usr/share/cura/resources/themes/cura-light/theme.json
2019-09-01 21:13:35,376 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [231]: Loaded theme /usr/share/cura/resources/themes/cura-light
2019-09-01 21:13:35,377 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [231]: Loaded theme /usr/share/cura/resources/themes/cura-dark
2019-09-01 21:13:35,425 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [291]: Post processing view created.
2019-09-01 21:13:35,618 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token
2019-09-01 21:13:35,619 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token
2019-09-01 21:13:35,620 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token
2019-09-01 21:13:35,621 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getImage [133]: No image header_pattern defined in Theme
2019-09-01 21:13:35,623 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.currentExtruderPositions at 0x7f77534ba290> is deprecated (since 4.2): use Cura.MachineManager.activeMachine.extruders instead
2019-09-01 21:13:35,624 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.hasVariantBuildplates at 0x7f77534945f0> is deprecated (since 4.2): use Cura.MachineManager.activeMachine.hasVariantBuildplates instead
2019-09-01 21:13:35,626 - DEBUG - [MainThread] cura.Machines.Models.BuildPlateModel._update [33]: Updating BuildPlateModel.
2019-09-01 21:13:35,892 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:101:33: QML Settings: Failed to initialize QSettings instance. Status code is: 1
2019-09-01 21:13:35,892 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:101:33: QML Settings: The following application identifiers have not been set: QVector("organizationName", "organizationDomain")
2019-09-01 21:13:36,005 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager._getExtruder at 0x7f7753494b00> is deprecated (since 4.2): use Cura.MachineManager.activeMachine.extruders instead
2019-09-01 21:13:36,053 - WARNING - [MainThread] UM.Preferences.getValue [97]: Tried to get the value of non-existing setting info/send_slice_info.
2019-09-01 21:13:36,095 - DEBUG - [MainThread] OctoPrintPlugin.DiscoverOctoPrintAction._createAdditionalComponentsView [341]: Creating additional ui components for OctoPrint-connected printers.
2019-09-01 21:13:36,098 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Controls/Button.qml:99: TypeError: Type error
2019-09-01 21:13:36,098 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///home/r15ch13/.local/share/cura/4.2/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintComponents.qml:25:9: Unable to assign [undefined] to QQmlComponent*
2019-09-01 21:13:36,099 - DEBUG - [MainThread] UM3NetworkPrinting.src.DiscoverUM3Action._createAdditionalComponentsView [166]: Creating additional ui components for UM3.
2019-09-01 21:13:36,117 - DEBUG - [MainThread] UM3NetworkPrinting.src.DiscoverUM3Action.startDiscovery [52]: Starting device discovery.
2019-09-01 21:13:36,126 - DEBUG - [MainThread] UM.Controller.setActiveStage [149]: Setting active stage to PrepareStage
2019-09-01 21:13:36,127 - DEBUG - [MainThread] UM.Controller.setActiveView [91]: Setting active view to SolidView
2019-09-01 21:13:36,145 - DEBUG - [MainThread] cura.Machines.MaterialManager.getAvailableMaterials [361]: Exclude materials imade3d_pla_pink, Vertex_Delta_ABS, polyflex_pla, imade3d_pla_green, octofiber_pla, verbatim_bvoh_175, filo3d_pla_green, innofill_innoflex60_175, polywood_pla, Vertex_Delta_PLA, tizyx_pla_bois, imade3d_petg_green, tizyx_pla, polyplus_pla, Vertex_Delta_TPU, dsm_arnitel2045_175, zyyx_pro_pla, tizyx_abs, fiberlogy_hd_pla, Vertex_Delta_PET, filo3d_pla_red, fabtotum_nylon, fabtotum_abs, fabtotum_tpu, dsm_novamid1070_175, filo3d_pla, chromatik_pla, zyyx_pro_flex, fabtotum_pla, polymax_pla, imade3d_petg_pink for machine creality_ender3
2019-09-01 21:13:36,146 - DEBUG - [MainThread] cura.Machines.MaterialManager.getAvailableMaterials [361]: Exclude materials imade3d_pla_pink, Vertex_Delta_ABS, polyflex_pla, imade3d_pla_green, octofiber_pla, verbatim_bvoh_175, filo3d_pla_green, innofill_innoflex60_175, polywood_pla, Vertex_Delta_PLA, tizyx_pla_bois, imade3d_petg_green, tizyx_pla, polyplus_pla, Vertex_Delta_TPU, dsm_arnitel2045_175, zyyx_pro_pla, tizyx_abs, fiberlogy_hd_pla, Vertex_Delta_PET, filo3d_pla_red, fabtotum_nylon, fabtotum_abs, fabtotum_tpu, dsm_novamid1070_175, filo3d_pla, chromatik_pla, zyyx_pro_flex, fabtotum_pla, polymax_pla, imade3d_petg_pink for machine creality_ender3
2019-09-01 21:13:36,147 - DEBUG - [MainThread] cura.Machines.MaterialManager.getAvailableMaterials [361]: Exclude materials imade3d_pla_pink, Vertex_Delta_ABS, polyflex_pla, imade3d_pla_green, octofiber_pla, verbatim_bvoh_175, filo3d_pla_green, innofill_innoflex60_175, polywood_pla, Vertex_Delta_PLA, tizyx_pla_bois, imade3d_petg_green, tizyx_pla, polyplus_pla, Vertex_Delta_TPU, dsm_arnitel2045_175, zyyx_pro_pla, tizyx_abs, fiberlogy_hd_pla, Vertex_Delta_PET, filo3d_pla_red, fabtotum_nylon, fabtotum_abs, fabtotum_tpu, dsm_novamid1070_175, filo3d_pla, chromatik_pla, zyyx_pro_flex, fabtotum_pla, polymax_pla, imade3d_petg_pink for machine creality_ender3
2019-09-01 21:13:36,149 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [34]: Updating NozzleModel.
2019-09-01 21:13:36,151 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeMachineHasRemoteConnection at 0x7f77534bff80> is deprecated (since 4.2): use Cura.MachineManager.activeMachine.configuredConnectionTypes instead
2019-09-01 21:13:36,153 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.hasMaterials at 0x7f77534943b0> is deprecated (since 4.2): use Cura.MachineManager.activeMachine.hasMaterials instead
2019-09-01 21:13:36,157 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.hasVariants at 0x7f77534944d0> is deprecated (since 4.2): use Cura.MachineManager.activeMachine.hasVariants instead
2019-09-01 21:13:36,158 - DEBUG - [MainThread] cura.Machines.MaterialManager.getAvailableMaterials [361]: Exclude materials imade3d_pla_pink, Vertex_Delta_ABS, polyflex_pla, imade3d_pla_green, octofiber_pla, verbatim_bvoh_175, filo3d_pla_green, innofill_innoflex60_175, polywood_pla, Vertex_Delta_PLA, tizyx_pla_bois, imade3d_petg_green, tizyx_pla, polyplus_pla, Vertex_Delta_TPU, dsm_arnitel2045_175, zyyx_pro_pla, tizyx_abs, fiberlogy_hd_pla, Vertex_Delta_PET, filo3d_pla_red, fabtotum_nylon, fabtotum_abs, fabtotum_tpu, dsm_novamid1070_175, filo3d_pla, chromatik_pla, zyyx_pro_flex, fabtotum_pla, polymax_pla, imade3d_petg_pink for machine creality_ender3
2019-09-01 21:13:36,160 - DEBUG - [MainThread] cura.Machines.MaterialManager.getAvailableMaterials [361]: Exclude materials imade3d_pla_pink, Vertex_Delta_ABS, polyflex_pla, imade3d_pla_green, octofiber_pla, verbatim_bvoh_175, filo3d_pla_green, innofill_innoflex60_175, polywood_pla, Vertex_Delta_PLA, tizyx_pla_bois, imade3d_petg_green, tizyx_pla, polyplus_pla, Vertex_Delta_TPU, dsm_arnitel2045_175, zyyx_pro_pla, tizyx_abs, fiberlogy_hd_pla, Vertex_Delta_PET, filo3d_pla_red, fabtotum_nylon, fabtotum_abs, fabtotum_tpu, dsm_novamid1070_175, filo3d_pla, chromatik_pla, zyyx_pro_flex, fabtotum_pla, polymax_pla, imade3d_petg_pink for machine creality_ender3
2019-09-01 21:13:36,161 - DEBUG - [MainThread] cura.Machines.MaterialManager.getAvailableMaterials [361]: Exclude materials imade3d_pla_pink, Vertex_Delta_ABS, polyflex_pla, imade3d_pla_green, octofiber_pla, verbatim_bvoh_175, filo3d_pla_green, innofill_innoflex60_175, polywood_pla, Vertex_Delta_PLA, tizyx_pla_bois, imade3d_petg_green, tizyx_pla, polyplus_pla, Vertex_Delta_TPU, dsm_arnitel2045_175, zyyx_pro_pla, tizyx_abs, fiberlogy_hd_pla, Vertex_Delta_PET, filo3d_pla_red, fabtotum_nylon, fabtotum_abs, fabtotum_tpu, dsm_novamid1070_175, filo3d_pla, chromatik_pla, zyyx_pro_flex, fabtotum_pla, polymax_pla, imade3d_petg_pink for machine creality_ender3
2019-09-01 21:13:36,201 - 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"
2019-09-01 21:13:36,202 - DEBUG - [MainThread] UM.Controller.setActiveView [91]: Setting active view to SolidView
2019-09-01 21:13:36,231 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeMachineId at 0x7f77534bfcb0> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.id instead
2019-09-01 21:13:36,262 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:73:13: QML MachineSettingsPrinterTab: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
2019-09-01 21:13:36,270 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [107]: Creating model checker view.
2019-09-01 21:13:36,274 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [116]: Model checker view created.
2019-09-01 21:13:36,275 - DEBUG - [MainThread] Toolbox.src.Toolbox._makeRequestByType [529]: Requesting packages metadata from server.
2019-09-01 21:13:36,277 - DEBUG - [MainThread] Toolbox.src.Toolbox._makeRequestByType [529]: Requesting authors metadata from server.
2019-09-01 21:13:36,281 - DEBUG - [MainThread] cura.CuraApplication.run [785]: Booting Cura took 6.121221303939819 seconds
2019-09-01 21:13:36,283 - DEBUG - [MainThread] OctoPrintPlugin.OctoPrintOutputDevice._onRequestFinished [707]: Set OctoPrint camera url to http://192.168.1.51:80/webcam/?action=stream
2019-09-01 21:13:36,330 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [136]: New error check scheduled.
2019-09-01 21:13:36,352 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [136]: Lookup tables updated.
2019-09-01 21:13:36,353 - INFO - [MainThread] cura.Machines.MaterialManager._updateMaps [281]: Updating material lookup data ...
2019-09-01 21:13:36,394 - DEBUG - [MainThread] cura.Machines.MaterialManager.getAvailableMaterials [361]: Exclude materials imade3d_pla_pink, Vertex_Delta_ABS, polyflex_pla, imade3d_pla_green, octofiber_pla, verbatim_bvoh_175, filo3d_pla_green, innofill_innoflex60_175, polywood_pla, Vertex_Delta_PLA, tizyx_pla_bois, imade3d_petg_green, tizyx_pla, polyplus_pla, Vertex_Delta_TPU, dsm_arnitel2045_175, zyyx_pro_pla, tizyx_abs, fiberlogy_hd_pla, Vertex_Delta_PET, filo3d_pla_red, fabtotum_nylon, fabtotum_abs, fabtotum_tpu, dsm_novamid1070_175, filo3d_pla, chromatik_pla, zyyx_pro_flex, fabtotum_pla, polymax_pla, imade3d_petg_pink for machine creality_ender3
2019-09-01 21:13:36,394 - DEBUG - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1291]: Updating quality/quality_changes due to material change
2019-09-01 21:13:36,395 - DEBUG - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1298]: Current quality type = [super]
2019-09-01 21:13:36,395 - INFO - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1312]: Current available quality type [super] is available, applying changes.
2019-09-01 21:13:36,427 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:73:13: QML MachineSettingsPrinterTab: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
2019-09-01 21:13:36,427 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:73:13: QML MachineSettingsPrinterTab: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
2019-09-01 21:13:36,427 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:73:13: QML MachineSettingsPrinterTab: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
2019-09-01 21:13:36,502 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [15]: Updating CustomQualityProfilesDropDownMenuModel.
2019-09-01 21:13:36,504 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [61]: Updating QualityProfilesDropDownMenuModel.
2019-09-01 21:13:36,505 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container base_global_adaptive
2019-09-01 21:13:36,507 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [base_global_adaptive] added.
2019-09-01 21:13:36,560 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container base_global_draft
2019-09-01 21:13:36,563 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [base_global_draft] added.
2019-09-01 21:13:36,616 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container base_global_low
2019-09-01 21:13:36,620 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [base_global_low] added.
2019-09-01 21:13:36,683 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container base_global_standard
2019-09-01 21:13:36,687 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [base_global_standard] added.
2019-09-01 21:13:36,760 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container base_global_ultra
2019-09-01 21:13:36,764 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [base_global_ultra] added.
2019-09-01 21:13:40,040 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [181]: Support for Vertex Array Objects: True
2019-09-01 21:13:40,050 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [104]: Initialized OpenGL subsystems.
2019-09-01 21:13:40,050 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [105]: OpenGL Version:  3.1 Mesa 19.1.4
2019-09-01 21:13:40,050 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [106]: OpenGL Vendor:   X.Org
2019-09-01 21:13:40,050 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [107]: OpenGL Renderer: AMD TURKS (DRM 2.50.0 / 5.2.8-1-MANJARO, LLVM 8.0.1)
2019-09-01 21:13:40,051 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]...
2019-09-01 21:13:40,052 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/selection.shader]...
2019-09-01 21:13:40,053 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]...
2019-09-01 21:13:40,055 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/composite.shader]...
2019-09-01 21:13:40,059 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/overhang.shader]...
2019-09-01 21:13:40,062 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]...
2019-09-01 21:13:40,064 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/transparent_object.shader]...
2019-09-01 21:13:40,066 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]...
2019-09-01 21:13:40,067 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]...
2019-09-01 21:13:40,069 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/grid.shader]...
2019-09-01 21:13:40,071 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/platform.shader]...
2019-09-01 21:13:40,154 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [136]: Lookup tables updated.
2019-09-01 21:13:40,273 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [15]: Updating CustomQualityProfilesDropDownMenuModel.
2019-09-01 21:13:40,274 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [61]: Updating QualityProfilesDropDownMenuModel.
2019-09-01 21:13:41,631 - INFO - [MainThread] cura.Machines.MachineErrorChecker._setResult [188]: Error check finished, result = False, time = 5.3s
2019-09-01 21:13:46,422 - DEBUG - [MainThread] cura.AutoSave._onTimeout [56]: Autosaving preferences, instances and profiles

from cura-sidebarguiplugin.

agordon avatar agordon commented on July 17, 2024

Have you tried installing the plugin through the Marketplace instead of manually?

Yes, same results - the original "floating" side bar is showing.

from cura-sidebarguiplugin.

fieldOfView avatar fieldOfView commented on July 17, 2024

I have added some more logging to check where the initialisation of the plugin stops.

from cura-sidebarguiplugin.

r15ch13 avatar r15ch13 commented on July 17, 2024

New log:

Details
2019-09-16 18:00:48,829 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FileLogger
2019-09-16 18:00:48,835 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SimpleView
2019-09-16 18:00:48,835 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded
2019-09-16 18:00:48,836 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded
2019-09-16 18:00:48,836 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded
2019-09-16 18:00:48,836 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded
2019-09-16 18:00:48,836 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded
2019-09-16 18:00:48,836 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded
2019-09-16 18:00:48,837 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded
2019-09-16 18:00:48,837 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded
2019-09-16 18:00:48,837 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded
2019-09-16 18:00:48,837 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded
2019-09-16 18:00:48,837 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded
2019-09-16 18:00:48,837 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-09-16 18:00:48,838 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded
2019-09-16 18:00:48,838 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded
2019-09-16 18:00:48,838 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded
2019-09-16 18:00:48,838 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded
2019-09-16 18:00:48,902 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin OctoPrintPlugin
2019-09-16 18:00:48,916 - DEBUG - [MainThread] SidebarGUIPlugin.SidebarGUIProxy.__init__ [13]: SidebarGUI proxy created
2019-09-16 18:00:48,918 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SidebarGUIPlugin
2019-09-16 18:00:48,918 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded
2019-09-16 18:00:48,918 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded
2019-09-16 18:00:48,918 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded
2019-09-16 18:00:48,919 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded
2019-09-16 18:00:48,926 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeWriter
2019-09-16 18:00:48,934 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ImageReader
2019-09-16 18:00:48,943 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SupportEraser
2019-09-16 18:00:48,943 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded
2019-09-16 18:00:48,943 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded
2019-09-16 18:00:48,943 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded
2019-09-16 18:00:48,944 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded
2019-09-16 18:00:48,944 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded
2019-09-16 18:00:48,944 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded
2019-09-16 18:00:48,944 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded
2019-09-16 18:00:48,965 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SimulationView
2019-09-16 18:00:48,972 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin LegacyProfileReader
2019-09-16 18:00:48,977 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
2019-09-16 18:00:48,981 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
2019-09-16 18:00:48,982 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPReader did not return any objects to register
2019-09-16 18:00:48,997 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeReader
2019-09-16 18:00:49,000 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module AMFReader
2019-09-16 18:00:49,001 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last):
2019-09-16 18:00:49,001 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin
2019-09-16 18:00:49,001 - 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.
2019-09-16 18:00:49,001 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 244, in load_module
2019-09-16 18:00:49,002 - ERROR - [MainThread] UM.Logger.logException [88]:     return load_package(name, filename)
2019-09-16 18:00:49,002 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 216, in load_package
2019-09-16 18:00:49,002 - ERROR - [MainThread] UM.Logger.logException [88]:     return _load(spec)
2019-09-16 18:00:49,002 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 696, in _load
2019-09-16 18:00:49,002 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
2019-09-16 18:00:49,002 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
2019-09-16 18:00:49,003 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2019-09-16 18:00:49,003 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/AMFReader/__init__.py", line 4, in <module>
2019-09-16 18:00:49,003 - ERROR - [MainThread] UM.Logger.logException [88]:     from . import AMFReader
2019-09-16 18:00:49,003 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/AMFReader/AMFReader.py", line 20, in <module>
2019-09-16 18:00:49,003 - ERROR - [MainThread] UM.Logger.logException [88]:     import trimesh
2019-09-16 18:00:49,003 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'trimesh'
2019-09-16 18:00:49,004 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [614]: Could not find plugin AMFReader
2019-09-16 18:00:49,006 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module AMFReader
2019-09-16 18:00:49,006 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last):
2019-09-16 18:00:49,007 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin
2019-09-16 18:00:49,007 - 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.
2019-09-16 18:00:49,007 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 244, in load_module
2019-09-16 18:00:49,007 - ERROR - [MainThread] UM.Logger.logException [88]:     return load_package(name, filename)
2019-09-16 18:00:49,007 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 216, in load_package
2019-09-16 18:00:49,007 - ERROR - [MainThread] UM.Logger.logException [88]:     return _load(spec)
2019-09-16 18:00:49,008 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 696, in _load
2019-09-16 18:00:49,008 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
2019-09-16 18:00:49,008 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
2019-09-16 18:00:49,008 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2019-09-16 18:00:49,008 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/AMFReader/__init__.py", line 4, in <module>
2019-09-16 18:00:49,008 - ERROR - [MainThread] UM.Logger.logException [88]:     from . import AMFReader
2019-09-16 18:00:49,009 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/AMFReader/AMFReader.py", line 20, in <module>
2019-09-16 18:00:49,009 - ERROR - [MainThread] UM.Logger.logException [88]:     import trimesh
2019-09-16 18:00:49,009 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'trimesh'
2019-09-16 18:00:49,015 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeProfileReader
2019-09-16 18:00:49,021 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeGzReader
2019-09-16 18:00:49,039 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FirmwareUpdater
2019-09-16 18:00:49,048 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
2019-09-16 18:00:49,053 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
2019-09-16 18:00:49,054 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPWriter did not return any objects to register
2019-09-16 18:00:49,081 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin USBPrinting
2019-09-16 18:00:49,091 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeGzWriter
2019-09-16 18:00:49,099 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PreviewStage
2019-09-16 18:00:49,188 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin UM3NetworkPrinting
2019-09-16 18:00:49,197 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin MonitorStage
2019-09-16 18:00:49,204 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraProfileWriter
2019-09-16 18:00:49,205 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-09-16 18:00:49,205 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded
2019-09-16 18:00:49,215 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin XRayView
2019-09-16 18:00:49,226 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraDrive
2019-09-16 18:00:49,235 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SolidView
2019-09-16 18:00:49,242 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ModelChecker
2019-09-16 18:00:49,253 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PostProcessingPlugin
2019-09-16 18:00:49,282 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin XmlMaterialProfile
2019-09-16 18:00:49,293 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin RemovableDriveOutputDevice
2019-09-16 18:00:49,303 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin UltimakerMachineActions
2019-09-16 18:00:49,313 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FirmwareUpdateChecker
2019-09-16 18:00:49,320 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin MachineSettingsAction
2019-09-16 18:00:49,338 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [112]: No auth data to retrieve the access_token from
2019-09-16 18:00:49,340 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin Toolbox
2019-09-16 18:00:49,341 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded
2019-09-16 18:00:49,349 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraProfileReader
2019-09-16 18:00:49,361 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin 3MFWriter
2019-09-16 18:00:49,368 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PrepareStage
2019-09-16 18:00:49,368 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded
2019-09-16 18:00:49,368 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraEngineBackend was already loaded
2019-09-16 18:00:49,378 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PerObjectSettingsTool
2019-09-16 18:00:49,392 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade21to22
2019-09-16 18:00:49,401 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade22to24
2019-09-16 18:00:49,408 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade30to31
2019-09-16 18:00:49,416 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade32to33
2019-09-16 18:00:49,424 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade27to30
2019-09-16 18:00:49,432 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade26to27
2019-09-16 18:00:49,440 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade41to42
2019-09-16 18:00:49,448 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade33to34
2019-09-16 18:00:49,455 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade40to41
2019-09-16 18:00:49,463 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade35to40
2019-09-16 18:00:49,472 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade34to35
2019-09-16 18:00:49,481 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade25to26
2019-09-16 18:00:49,497 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin X3DReader
2019-09-16 18:00:49,497 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded
2019-09-16 18:00:49,520 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin 3MFReader
2019-09-16 18:00:49,520 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded
2019-09-16 18:00:49,521 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded
2019-09-16 18:00:49,521 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded
2019-09-16 18:00:49,521 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded
2019-09-16 18:00:49,521 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeWriter was already loaded
2019-09-16 18:00:49,521 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ImageReader was already loaded
2019-09-16 18:00:49,522 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SupportEraser was already loaded
2019-09-16 18:00:49,522 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded
2019-09-16 18:00:49,522 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded
2019-09-16 18:00:49,522 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded
2019-09-16 18:00:49,522 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded
2019-09-16 18:00:49,523 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded
2019-09-16 18:00:49,523 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded
2019-09-16 18:00:49,523 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded
2019-09-16 18:00:49,523 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimulationView was already loaded
2019-09-16 18:00:49,523 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LegacyProfileReader was already loaded
2019-09-16 18:00:49,525 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
2019-09-16 18:00:49,526 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPReader did not return any objects to register
2019-09-16 18:00:49,526 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeReader was already loaded
2019-09-16 18:00:49,529 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module AMFReader
2019-09-16 18:00:49,529 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last):
2019-09-16 18:00:49,529 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin
2019-09-16 18:00:49,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.
2019-09-16 18:00:49,530 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 244, in load_module
2019-09-16 18:00:49,530 - ERROR - [MainThread] UM.Logger.logException [88]:     return load_package(name, filename)
2019-09-16 18:00:49,530 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 216, in load_package
2019-09-16 18:00:49,530 - ERROR - [MainThread] UM.Logger.logException [88]:     return _load(spec)
2019-09-16 18:00:49,530 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 696, in _load
2019-09-16 18:00:49,531 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
2019-09-16 18:00:49,531 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
2019-09-16 18:00:49,531 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2019-09-16 18:00:49,531 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/AMFReader/__init__.py", line 4, in <module>
2019-09-16 18:00:49,531 - ERROR - [MainThread] UM.Logger.logException [88]:     from . import AMFReader
2019-09-16 18:00:49,531 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/AMFReader/AMFReader.py", line 20, in <module>
2019-09-16 18:00:49,532 - ERROR - [MainThread] UM.Logger.logException [88]:     import trimesh
2019-09-16 18:00:49,532 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'trimesh'
2019-09-16 18:00:49,532 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeProfileReader was already loaded
2019-09-16 18:00:49,532 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeGzReader was already loaded
2019-09-16 18:00:49,532 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FirmwareUpdater was already loaded
2019-09-16 18:00:49,535 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
2019-09-16 18:00:49,535 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPWriter did not return any objects to register
2019-09-16 18:00:49,536 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin USBPrinting was already loaded
2019-09-16 18:00:49,536 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeGzWriter was already loaded
2019-09-16 18:00:49,536 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PreviewStage was already loaded
2019-09-16 18:00:49,536 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UM3NetworkPrinting was already loaded
2019-09-16 18:00:49,536 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MonitorStage was already loaded
2019-09-16 18:00:49,537 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraProfileWriter was already loaded
2019-09-16 18:00:49,537 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-09-16 18:00:49,537 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded
2019-09-16 18:00:49,537 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin XRayView was already loaded
2019-09-16 18:00:49,537 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraDrive was already loaded
2019-09-16 18:00:49,537 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SolidView was already loaded
2019-09-16 18:00:49,538 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ModelChecker was already loaded
2019-09-16 18:00:49,538 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PostProcessingPlugin was already loaded
2019-09-16 18:00:49,538 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin XmlMaterialProfile was already loaded
2019-09-16 18:00:49,538 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RemovableDriveOutputDevice was already loaded
2019-09-16 18:00:49,538 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UltimakerMachineActions was already loaded
2019-09-16 18:00:49,538 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FirmwareUpdateChecker was already loaded
2019-09-16 18:00:49,539 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MachineSettingsAction was already loaded
2019-09-16 18:00:49,539 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin Toolbox was already loaded
2019-09-16 18:00:49,539 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded
2019-09-16 18:00:49,539 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraProfileReader was already loaded
2019-09-16 18:00:49,539 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin 3MFWriter was already loaded
2019-09-16 18:00:49,539 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PrepareStage was already loaded
2019-09-16 18:00:49,540 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded
2019-09-16 18:00:49,540 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraEngineBackend was already loaded
2019-09-16 18:00:49,540 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PerObjectSettingsTool was already loaded
2019-09-16 18:00:49,540 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade21to22 was already loaded
2019-09-16 18:00:49,540 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade22to24 was already loaded
2019-09-16 18:00:49,540 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade30to31 was already loaded
2019-09-16 18:00:49,541 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade32to33 was already loaded
2019-09-16 18:00:49,541 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade27to30 was already loaded
2019-09-16 18:00:49,541 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade26to27 was already loaded
2019-09-16 18:00:49,541 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade41to42 was already loaded
2019-09-16 18:00:49,542 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade33to34 was already loaded
2019-09-16 18:00:49,542 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade40to41 was already loaded
2019-09-16 18:00:49,542 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade35to40 was already loaded
2019-09-16 18:00:49,542 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade34to35 was already loaded
2019-09-16 18:00:49,543 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade25to26 was already loaded
2019-09-16 18:00:49,543 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin X3DReader was already loaded
2019-09-16 18:00:49,543 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded
2019-09-16 18:00:49,543 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin 3MFReader was already loaded
2019-09-16 18:00:49,572 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [145]: Looking for old configuration files to upgrade.
2019-09-16 18:00:49,624 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [306]: Failed to get file version: ../fillamentum-vertigo-cpe.xml.fdm_material, skip it
2019-09-16 18:00:49,624 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [306]: Failed to get file version: ../janbex-black-pla.xml.fdm_material, skip it
2019-09-16 18:00:49,637 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [171]: Socket state changed to Listening
2019-09-16 18:00:49,644 - INFO - [MainThread] UM.Backend.Backend.startEngine [81]: Started engine process: /usr/bin/CuraEngine
2019-09-16 18:00:49,645 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [101]: [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '']
2019-09-16 18:00:49,652 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] 
2019-09-16 18:00:49,652 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] Cura_SteamEngine version master
2019-09-16 18:00:49,659 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] Copyright (C) 2018 Ultimaker
2019-09-16 18:00:49,662 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] 
2019-09-16 18:00:49,662 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] This program is free software: you can redistribute it and/or modify
2019-09-16 18:00:49,664 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [175]: Socket state changed to Connected
2019-09-16 18:00:49,664 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] it under the terms of the GNU Affero General Public License as published by
2019-09-16 18:00:49,665 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [165]: Backend connected on port 49674
2019-09-16 18:00:49,665 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] the Free Software Foundation, either version 3 of the License, or
2019-09-16 18:00:49,665 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] (at your option) any later version.
2019-09-16 18:00:49,665 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] 
2019-09-16 18:00:49,666 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] This program is distributed in the hope that it will be useful,
2019-09-16 18:00:49,666 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
2019-09-16 18:00:49,666 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2019-09-16 18:00:49,667 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] GNU Affero General Public License for more details.
2019-09-16 18:00:49,667 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] 
2019-09-16 18:00:49,667 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] You should have received a copy of the GNU Affero General Public License
2019-09-16 18:00:49,668 - DEBUG - [Thread-14] UM.Backend.Backend._backendLog [101]: [Backend] along with this program.  If not, see <http://www.gnu.org/licenses/>.
2019-09-16 18:00:52,314 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [339]: Loading metadata into container registry took 2.6483659744262695 seconds
2019-09-16 18:00:52,395 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [104]: Select build plate: 0
2019-09-16 18:00:52,396 - INFO - [MainThread] cura.CuraApplication.run [728]: Initializing variant manager
2019-09-16 18:00:52,400 - DEBUG - [MainThread] cura.Machines.VariantManager.initialize [59]: Exclude variant [empty_variant]
2019-09-16 18:00:52,401 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5_glass
2019-09-16 18:00:52,403 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5_glass] added.
2019-09-16 18:00:52,404 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5
2019-09-16 18:00:52,455 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5] added.
2019-09-16 18:00:52,457 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5_aluminum
2019-09-16 18:00:52,460 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5_aluminum] added.
2019-09-16 18:00:52,461 - INFO - [MainThread] cura.CuraApplication.run [732]: Initializing material manager
2019-09-16 18:00:52,611 - INFO - [MainThread] cura.CuraApplication.run [737]: Initializing quality manager
2019-09-16 18:00:52,626 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [136]: Lookup tables updated.
2019-09-16 18:00:52,626 - INFO - [MainThread] cura.CuraApplication.run [742]: Initializing machine manager
2019-09-16 18:00:52,627 - INFO - [MainThread] cura.CuraApplication.run [745]: Initializing container manager
2019-09-16 18:00:52,627 - INFO - [MainThread] cura.CuraApplication.run [748]: Initializing machine error checker
2019-09-16 18:00:52,665 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onLoginStateChanged [57]: Log in state changed to False
2019-09-16 18:00:52,666 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [80]: Parsed remote clusters to []
2019-09-16 18:00:52,666 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [81]: Removed: 0, added: 0, updates: 0
2019-09-16 18:00:52,672 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container Creality Ender-3
2019-09-16 18:00:52,675 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container Creality Ender-3_user
2019-09-16 18:00:52,677 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [Creality Ender-3_user] added.
2019-09-16 18:00:52,677 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container base_global_standard
2019-09-16 18:00:52,679 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [base_global_standard] added.
2019-09-16 18:00:52,679 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container Creality Ender-3_settings
2019-09-16 18:00:52,682 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [Creality Ender-3_settings] added.
2019-09-16 18:00:52,682 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container creality_ender3
2019-09-16 18:00:52,732 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [creality_ender3] added.
2019-09-16 18:00:52,733 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [Creality Ender-3] added.
2019-09-16 18:00:52,733 - INFO - [MainThread] cura.UI.MachineActionManager.addDefaultMachineActions [72]: Default machine actions added for machine definition [creality_ender3]
2019-09-16 18:00:52,737 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container creality_ender3_extruder_0 #2
2019-09-16 18:00:52,739 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container creality_ender3_extruder_0 #2_user
2019-09-16 18:00:52,741 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [creality_ender3_extruder_0 #2_user] added.
2019-09-16 18:00:52,742 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container base_0.5_PLA_standard
2019-09-16 18:00:52,744 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [base_0.5_PLA_standard] added.
2019-09-16 18:00:52,744 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container generic_pla_175
2019-09-16 18:00:52,756 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_imade3d_jellybox] added.
2019-09-16 18:00:52,757 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_imade3d_jellybox_0.4_mm] added.
2019-09-16 18:00:52,757 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_imade3d_jellybox_0.4_mm_2-fans] added.
2019-09-16 18:00:52,758 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_cartesio] added.
2019-09-16 18:00:52,759 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_cartesio_0.25mm_thermoplastic_extruder] added.
2019-09-16 18:00:52,759 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_cartesio_0.4mm_thermoplastic_extruder] added.
2019-09-16 18:00:52,760 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_cartesio_0.8mm_thermoplastic_extruder] added.
2019-09-16 18:00:52,761 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_hms434] added.
2019-09-16 18:00:52,761 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_hms434_0.25mm_TP_extruder] added.
2019-09-16 18:00:52,762 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_hms434_0.4mm_TP_extruder] added.
2019-09-16 18:00:52,762 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_hms434_0.8mm_TP_extruder] added.
2019-09-16 18:00:52,763 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_alya3dp] added.
2019-09-16 18:00:52,763 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_alyanx3dp] added.
2019-09-16 18:00:52,764 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_kupido] added.
2019-09-16 18:00:52,764 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_base] added.
2019-09-16 18:00:52,764 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_cr10] added.
2019-09-16 18:00:52,765 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_cr10s] added.
2019-09-16 18:00:52,765 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_cr10spro] added.
2019-09-16 18:00:52,766 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_cr10s4] added.
2019-09-16 18:00:52,767 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_cr10s5] added.
2019-09-16 18:00:52,767 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_cr10mini] added.
2019-09-16 18:00:52,768 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_cr20] added.
2019-09-16 18:00:52,768 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_cr20pro] added.
2019-09-16 18:00:52,769 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_ender2] added.
2019-09-16 18:00:52,769 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_ender3] added.
2019-09-16 18:00:52,770 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_ender4] added.
2019-09-16 18:00:52,770 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_creality_ender5] added.
2019-09-16 18:00:52,771 - WARNING - [MainThread] UM.Settings.ContainerRegistry.addContainer [376]: Container with ID generic_pla_175_creality_ender3 was already added.
2019-09-16 18:00:52,771 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container creality_ender3_0.5
2019-09-16 18:00:52,774 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [creality_ender3_0.5] added.
2019-09-16 18:00:52,775 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container creality_ender3_extruder_0 #2_settings
2019-09-16 18:00:52,778 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [creality_ender3_extruder_0 #2_settings] added.
2019-09-16 18:00:52,778 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container creality_base_extruder_0
2019-09-16 18:00:52,780 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [creality_base_extruder_0] added.
2019-09-16 18:00:52,780 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [creality_ender3_extruder_0 #2] added.
2019-09-16 18:00:52,815 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container creality_base
2019-09-16 18:00:52,867 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [creality_base] added.
2019-09-16 18:00:53,054 - DEBUG - [MainThread] UM3NetworkPrinting.src.UM3OutputDevicePlugin.checkCloudFlowIsPossible [511]: Checking if cloud connection is possible...
2019-09-16 18:00:53,054 - DEBUG - [MainThread] UM3NetworkPrinting.src.UM3OutputDevicePlugin.checkCloudFlowIsPossible [533]: Cloud Flow not possible: User not logged in!
2019-09-16 18:00:53,060 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: BQ_PauseAtHeight
2019-09-16 18:00:53,063 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: ChangeAtZ
2019-09-16 18:00:53,064 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: DisplayFilenameAndLayerOnLCD
2019-09-16 18:00:53,065 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: FilamentChange
2019-09-16 18:00:53,066 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: InsertAtLayerChange
2019-09-16 18:00:53,069 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeight
2019-09-16 18:00:53,070 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeightRepRapFirmwareDuet
2019-09-16 18:00:53,071 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeightforRepetier
2019-09-16 18:00:53,072 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: SearchAndReplace
2019-09-16 18:00:53,076 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: Stretch
2019-09-16 18:00:53,078 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: TimeLapse
2019-09-16 18:00:53,079 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: UsePreviousProbeMeasurements
2019-09-16 18:00:53,244 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [161]: Extruder[creality_ender3_extruder_0 #2] added to [Creality Ender-3] at position [0]
2019-09-16 18:00:53,244 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [169]: Extruder [creality_ender3_extruder_0 #2] has already been registered on machine [Creality Ender-3], not doing anything
2019-09-16 18:00:53,324 - DEBUG - [MainThread] cura.Machines.MaterialManager.getAvailableMaterials [361]: Exclude materials imade3d_pla_green, fiberlogy_hd_pla, polyplus_pla, zyyx_pro_flex, imade3d_petg_pink, polymax_pla, Vertex_Delta_PLA, filo3d_pla_green, Vertex_Delta_ABS, filo3d_pla_red, chromatik_pla, tizyx_pla_bois, verbatim_bvoh_175, tizyx_pla, Vertex_Delta_PET, polywood_pla, Vertex_Delta_TPU, innofill_innoflex60_175, fabtotum_pla, dsm_novamid1070_175, polyflex_pla, dsm_arnitel2045_175, imade3d_petg_green, fabtotum_nylon, filo3d_pla, octofiber_pla, tizyx_abs, imade3d_pla_pink, fabtotum_abs, fabtotum_tpu, zyyx_pro_pla for machine creality_ender3
2019-09-16 18:00:53,325 - INFO - [MainThread] cura.Settings.MachineManager._initMachineState [330]: Machine 'Creality Ender-3' quality set to 'standard'
2019-09-16 18:00:53,492 - INFO - [MainThread] FirmwareUpdateChecker.FirmwareUpdateChecker.checkFirmwareVersion [74]: No machine with name Creality Ender-3 in list of firmware to check.
2019-09-16 18:00:53,530 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [233]: Changing perspective mode to perspective.
2019-09-16 18:00:53,718 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [281]: Creating post processing plugin view.
2019-09-16 18:00:53,731 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [158]: Loading theme file: /usr/share/cura/resources/themes/cura-dark/theme.json
2019-09-16 18:00:53,732 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [158]: Loading theme file: /usr/share/cura/resources/themes/cura-light/theme.json
2019-09-16 18:00:53,802 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [231]: Loaded theme /usr/share/cura/resources/themes/cura-light
2019-09-16 18:00:53,803 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [231]: Loaded theme /usr/share/cura/resources/themes/cura-dark
2019-09-16 18:00:53,853 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [291]: Post processing view created.
2019-09-16 18:00:53,978 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token
2019-09-16 18:00:53,978 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token
2019-09-16 18:00:53,979 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token
2019-09-16 18:00:53,981 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getImage [133]: No image header_pattern defined in Theme
2019-09-16 18:00:53,985 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.currentExtruderPositions at 0x7f2665559290> is deprecated (since 4.2): use Cura.MachineManager.activeMachine.extruders instead
2019-09-16 18:00:53,985 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.hasVariantBuildplates at 0x7f26655305f0> is deprecated (since 4.2): use Cura.MachineManager.activeMachine.hasVariantBuildplates instead
2019-09-16 18:00:53,988 - DEBUG - [MainThread] cura.Machines.Models.BuildPlateModel._update [33]: Updating BuildPlateModel.
2019-09-16 18:00:54,278 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:101:33: QML Settings: Failed to initialize QSettings instance. Status code is: 1
2019-09-16 18:00:54,278 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:101:33: QML Settings: The following application identifiers have not been set: QVector("organizationName", "organizationDomain")
2019-09-16 18:00:54,398 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager._getExtruder at 0x7f2665530b00> is deprecated (since 4.2): use Cura.MachineManager.activeMachine.extruders instead
2019-09-16 18:00:54,451 - WARNING - [MainThread] UM.Preferences.getValue [97]: Tried to get the value of non-existing setting info/send_slice_info.
2019-09-16 18:00:54,494 - DEBUG - [MainThread] OctoPrintPlugin.DiscoverOctoPrintAction._createAdditionalComponentsView [341]: Creating additional ui components for OctoPrint-connected printers.
2019-09-16 18:00:54,497 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Controls/Button.qml:99: TypeError: Type error
2019-09-16 18:00:54,497 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///home/r15ch13/.local/share/cura/4.2/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintComponents.qml:25:9: Unable to assign [undefined] to QQmlComponent*
2019-09-16 18:00:54,498 - DEBUG - [MainThread] SidebarGUIPlugin.SidebarGUIPlugin._onEngineCreated [33]: Registering replacement stages
2019-09-16 18:00:54,499 - DEBUG - [MainThread] UM3NetworkPrinting.src.DiscoverUM3Action._createAdditionalComponentsView [166]: Creating additional ui components for UM3.
2019-09-16 18:00:54,516 - DEBUG - [MainThread] UM3NetworkPrinting.src.DiscoverUM3Action.startDiscovery [52]: Starting device discovery.
2019-09-16 18:00:54,523 - DEBUG - [MainThread] UM.Controller.setActiveStage [149]: Setting active stage to PrepareStage
2019-09-16 18:00:54,524 - DEBUG - [MainThread] UM.Controller.setActiveView [91]: Setting active view to SolidView
2019-09-16 18:00:54,545 - DEBUG - [MainThread] cura.Machines.MaterialManager.getAvailableMaterials [361]: Exclude materials imade3d_pla_green, fiberlogy_hd_pla, polyplus_pla, zyyx_pro_flex, imade3d_petg_pink, polymax_pla, Vertex_Delta_PLA, filo3d_pla_green, Vertex_Delta_ABS, filo3d_pla_red, chromatik_pla, tizyx_pla_bois, verbatim_bvoh_175, tizyx_pla, Vertex_Delta_PET, polywood_pla, Vertex_Delta_TPU, innofill_innoflex60_175, fabtotum_pla, dsm_novamid1070_175, polyflex_pla, dsm_arnitel2045_175, imade3d_petg_green, fabtotum_nylon, filo3d_pla, octofiber_pla, tizyx_abs, imade3d_pla_pink, fabtotum_abs, fabtotum_tpu, zyyx_pro_pla for machine creality_ender3
2019-09-16 18:00:54,546 - DEBUG - [MainThread] cura.Machines.MaterialManager.getAvailableMaterials [361]: Exclude materials imade3d_pla_green, fiberlogy_hd_pla, polyplus_pla, zyyx_pro_flex, imade3d_petg_pink, polymax_pla, Vertex_Delta_PLA, filo3d_pla_green, Vertex_Delta_ABS, filo3d_pla_red, chromatik_pla, tizyx_pla_bois, verbatim_bvoh_175, tizyx_pla, Vertex_Delta_PET, polywood_pla, Vertex_Delta_TPU, innofill_innoflex60_175, fabtotum_pla, dsm_novamid1070_175, polyflex_pla, dsm_arnitel2045_175, imade3d_petg_green, fabtotum_nylon, filo3d_pla, octofiber_pla, tizyx_abs, imade3d_pla_pink, fabtotum_abs, fabtotum_tpu, zyyx_pro_pla for machine creality_ender3
2019-09-16 18:00:54,548 - DEBUG - [MainThread] cura.Machines.MaterialManager.getAvailableMaterials [361]: Exclude materials imade3d_pla_green, fiberlogy_hd_pla, polyplus_pla, zyyx_pro_flex, imade3d_petg_pink, polymax_pla, Vertex_Delta_PLA, filo3d_pla_green, Vertex_Delta_ABS, filo3d_pla_red, chromatik_pla, tizyx_pla_bois, verbatim_bvoh_175, tizyx_pla, Vertex_Delta_PET, polywood_pla, Vertex_Delta_TPU, innofill_innoflex60_175, fabtotum_pla, dsm_novamid1070_175, polyflex_pla, dsm_arnitel2045_175, imade3d_petg_green, fabtotum_nylon, filo3d_pla, octofiber_pla, tizyx_abs, imade3d_pla_pink, fabtotum_abs, fabtotum_tpu, zyyx_pro_pla for machine creality_ender3
2019-09-16 18:00:54,551 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [34]: Updating NozzleModel.
2019-09-16 18:00:54,553 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeMachineHasRemoteConnection at 0x7f266555ef80> is deprecated (since 4.2): use Cura.MachineManager.activeMachine.configuredConnectionTypes instead
2019-09-16 18:00:54,556 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.hasMaterials at 0x7f26655303b0> is deprecated (since 4.2): use Cura.MachineManager.activeMachine.hasMaterials instead
2019-09-16 18:00:54,560 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.hasVariants at 0x7f26655304d0> is deprecated (since 4.2): use Cura.MachineManager.activeMachine.hasVariants instead
2019-09-16 18:00:54,561 - DEBUG - [MainThread] cura.Machines.MaterialManager.getAvailableMaterials [361]: Exclude materials imade3d_pla_green, fiberlogy_hd_pla, polyplus_pla, zyyx_pro_flex, imade3d_petg_pink, polymax_pla, Vertex_Delta_PLA, filo3d_pla_green, Vertex_Delta_ABS, filo3d_pla_red, chromatik_pla, tizyx_pla_bois, verbatim_bvoh_175, tizyx_pla, Vertex_Delta_PET, polywood_pla, Vertex_Delta_TPU, innofill_innoflex60_175, fabtotum_pla, dsm_novamid1070_175, polyflex_pla, dsm_arnitel2045_175, imade3d_petg_green, fabtotum_nylon, filo3d_pla, octofiber_pla, tizyx_abs, imade3d_pla_pink, fabtotum_abs, fabtotum_tpu, zyyx_pro_pla for machine creality_ender3
2019-09-16 18:00:54,563 - DEBUG - [MainThread] cura.Machines.MaterialManager.getAvailableMaterials [361]: Exclude materials imade3d_pla_green, fiberlogy_hd_pla, polyplus_pla, zyyx_pro_flex, imade3d_petg_pink, polymax_pla, Vertex_Delta_PLA, filo3d_pla_green, Vertex_Delta_ABS, filo3d_pla_red, chromatik_pla, tizyx_pla_bois, verbatim_bvoh_175, tizyx_pla, Vertex_Delta_PET, polywood_pla, Vertex_Delta_TPU, innofill_innoflex60_175, fabtotum_pla, dsm_novamid1070_175, polyflex_pla, dsm_arnitel2045_175, imade3d_petg_green, fabtotum_nylon, filo3d_pla, octofiber_pla, tizyx_abs, imade3d_pla_pink, fabtotum_abs, fabtotum_tpu, zyyx_pro_pla for machine creality_ender3
2019-09-16 18:00:54,564 - DEBUG - [MainThread] cura.Machines.MaterialManager.getAvailableMaterials [361]: Exclude materials imade3d_pla_green, fiberlogy_hd_pla, polyplus_pla, zyyx_pro_flex, imade3d_petg_pink, polymax_pla, Vertex_Delta_PLA, filo3d_pla_green, Vertex_Delta_ABS, filo3d_pla_red, chromatik_pla, tizyx_pla_bois, verbatim_bvoh_175, tizyx_pla, Vertex_Delta_PET, polywood_pla, Vertex_Delta_TPU, innofill_innoflex60_175, fabtotum_pla, dsm_novamid1070_175, polyflex_pla, dsm_arnitel2045_175, imade3d_petg_green, fabtotum_nylon, filo3d_pla, octofiber_pla, tizyx_abs, imade3d_pla_pink, fabtotum_abs, fabtotum_tpu, zyyx_pro_pla for machine creality_ender3
2019-09-16 18:00:54,599 - 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"
2019-09-16 18:00:54,600 - DEBUG - [MainThread] UM.Controller.setActiveView [91]: Setting active view to SolidView
2019-09-16 18:00:54,631 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeMachineId at 0x7f266555ecb0> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.id instead
2019-09-16 18:00:54,657 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:73:13: QML MachineSettingsPrinterTab: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
2019-09-16 18:00:54,663 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [107]: Creating model checker view.
2019-09-16 18:00:54,668 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [116]: Model checker view created.
2019-09-16 18:00:54,669 - DEBUG - [MainThread] Toolbox.src.Toolbox._makeRequestByType [529]: Requesting packages metadata from server.
2019-09-16 18:00:54,671 - DEBUG - [MainThread] Toolbox.src.Toolbox._makeRequestByType [529]: Requesting authors metadata from server.
2019-09-16 18:00:54,674 - DEBUG - [MainThread] cura.CuraApplication.run [785]: Booting Cura took 6.23874568939209 seconds
2019-09-16 18:00:54,757 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [136]: New error check scheduled.
2019-09-16 18:00:54,776 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [136]: Lookup tables updated.
2019-09-16 18:00:54,776 - INFO - [MainThread] cura.Machines.MaterialManager._updateMaps [281]: Updating material lookup data ...
2019-09-16 18:00:54,810 - DEBUG - [MainThread] cura.Machines.MaterialManager.getAvailableMaterials [361]: Exclude materials imade3d_pla_green, fiberlogy_hd_pla, polyplus_pla, zyyx_pro_flex, imade3d_petg_pink, polymax_pla, Vertex_Delta_PLA, filo3d_pla_green, Vertex_Delta_ABS, filo3d_pla_red, chromatik_pla, tizyx_pla_bois, verbatim_bvoh_175, tizyx_pla, Vertex_Delta_PET, polywood_pla, Vertex_Delta_TPU, innofill_innoflex60_175, fabtotum_pla, dsm_novamid1070_175, polyflex_pla, dsm_arnitel2045_175, imade3d_petg_green, fabtotum_nylon, filo3d_pla, octofiber_pla, tizyx_abs, imade3d_pla_pink, fabtotum_abs, fabtotum_tpu, zyyx_pro_pla for machine creality_ender3
2019-09-16 18:00:54,810 - DEBUG - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1291]: Updating quality/quality_changes due to material change
2019-09-16 18:00:54,811 - DEBUG - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1298]: Current quality type = [standard]
2019-09-16 18:00:54,811 - INFO - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1312]: Current available quality type [standard] is available, applying changes.
2019-09-16 18:00:54,833 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:73:13: QML MachineSettingsPrinterTab: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
2019-09-16 18:00:54,833 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:73:13: QML MachineSettingsPrinterTab: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
2019-09-16 18:00:54,834 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:73:13: QML MachineSettingsPrinterTab: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
2019-09-16 18:00:54,908 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [15]: Updating CustomQualityProfilesDropDownMenuModel.
2019-09-16 18:00:54,910 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [61]: Updating QualityProfilesDropDownMenuModel.
2019-09-16 18:00:54,911 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container base_global_adaptive
2019-09-16 18:00:54,913 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [base_global_adaptive] added.
2019-09-16 18:00:54,961 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container base_global_draft
2019-09-16 18:00:54,964 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [base_global_draft] added.
2019-09-16 18:00:55,016 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container base_global_low
2019-09-16 18:00:55,019 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [base_global_low] added.
2019-09-16 18:00:55,071 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container base_global_super
2019-09-16 18:00:55,073 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [base_global_super] added.
2019-09-16 18:00:55,125 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container base_global_ultra
2019-09-16 18:00:55,127 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [base_global_ultra] added.
2019-09-16 18:00:58,496 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [181]: Support for Vertex Array Objects: True
2019-09-16 18:00:58,503 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [104]: Initialized OpenGL subsystems.
2019-09-16 18:00:58,503 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [105]: OpenGL Version:  3.1 Mesa 19.1.4
2019-09-16 18:00:58,504 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [106]: OpenGL Vendor:   X.Org
2019-09-16 18:00:58,504 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [107]: OpenGL Renderer: AMD TURKS (DRM 2.50.0 / 5.2.8-1-MANJARO, LLVM 8.0.1)
2019-09-16 18:00:58,504 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]...
2019-09-16 18:00:58,507 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/selection.shader]...
2019-09-16 18:00:58,508 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]...
2019-09-16 18:00:58,509 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/composite.shader]...
2019-09-16 18:00:58,512 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/overhang.shader]...
2019-09-16 18:00:58,515 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]...
2019-09-16 18:00:58,517 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/transparent_object.shader]...
2019-09-16 18:00:58,519 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]...
2019-09-16 18:00:58,521 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]...
2019-09-16 18:00:58,522 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/grid.shader]...
2019-09-16 18:00:58,524 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/platform.shader]...
2019-09-16 18:00:58,612 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [136]: Lookup tables updated.
2019-09-16 18:00:58,726 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [15]: Updating CustomQualityProfilesDropDownMenuModel.
2019-09-16 18:00:58,726 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [61]: Updating QualityProfilesDropDownMenuModel.
2019-09-16 18:01:00,477 - INFO - [MainThread] cura.Machines.MachineErrorChecker._setResult [188]: Error check finished, result = False, time = 5.7s

from cura-sidebarguiplugin.

gergely-xyz avatar gergely-xyz commented on July 17, 2024

I have the same problem on Manjaro with Cura 4.4.1 installed via pacman, but it works fine if I use the AppImage of the same version

from cura-sidebarguiplugin.

fieldOfView avatar fieldOfView commented on July 17, 2024

If you have the same problem, I need the same information: logs. Please post a link to your cura.log.

from cura-sidebarguiplugin.

gergely-xyz avatar gergely-xyz commented on July 17, 2024

cura.log
Here you go!

from cura-sidebarguiplugin.

fieldOfView avatar fieldOfView commented on July 17, 2024

Thanks, I am looking in to it. What strikes me now is the order in which the plugins are loaded. It could be that because of that the plugin tries to replace the UI before the original UI is loaded, and when the original UI is loaded the sidebar UI gets replaced by the original UI (instead of the other way around).

On an unrelated note to both @gergely-xyz and @r15ch13, you need to install the trimesh module (https://pypi.org/project/trimesh/). That should have been installed alongside Cura, so whoever made the package you are using has to fix that. This does not affect the Sidebar GUI though.

from cura-sidebarguiplugin.

fieldOfView avatar fieldOfView commented on July 17, 2024

What strikes me now is the order in which the plugins are loaded.

This seems to be the case for all three installations, so it is finally clear what is going on (even though I still don't have an installation that reproduces it). I'll get cracking on a workaround.

from cura-sidebarguiplugin.

fieldOfView avatar fieldOfView commented on July 17, 2024

This should be fixed by f951d77

A quick fix is to replace SidebarGUIPlugin.py on your system with this version: https://raw.githubusercontent.com/fieldOfView/Cura-SidebarGUIPlugin/4.0/SidebarGUIPlugin.py. It should be in the plugins folder in your configuration folder.

Please let me know if it works.

from cura-sidebarguiplugin.

fieldOfView avatar fieldOfView commented on July 17, 2024

🍾

Sorry it took me a while to figure this out, glad we got to the bottom of it.

from cura-sidebarguiplugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.