Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [richard@Giselmund /usr/home/richard]$ cura
- /usr/local/lib/python3.7/site-packages/UM/PluginRegistry.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
- import imp
- /usr/local/lib/python3.7/site-packages/UM/Settings/InstanceContainer.py:53: DeprecationWarning: invalid escape sequence \d
- version_regex = re.compile("\nversion ?= ?(\d+)")
- /usr/local/lib/python3.7/site-packages/UM/Settings/InstanceContainer.py:55: DeprecationWarning: invalid escape sequence \w
- type_regex = re.compile("\ntype ?= ?(\w+)")
- /usr/local/lib/python3.7/site-packages/UM/VersionUpgradeManager.py:98: DeprecationWarning: invalid escape sequence \.
- ".*\.lock", # Don't upgrade the configuration file lock. It's not persistent.
- /usr/local/lib/python3.7/site-packages/cura/UI/ObjectsModel.py:72: DeprecationWarning: invalid escape sequence \(
- self._naming_regex = re.compile("^(.+)\(([0-9]+)\)$")
- [MainThread] UM.Application.initialize [144]: Initializing Ultimaker Cura
- [MainThread] UM.Application.initialize [145]: App Version master
- [MainThread] UM.Application.initialize [146]: Api Version 7.4.0
- [MainThread] UM.Application.initialize [147]: Build type None
- [MainThread] UM.Resources.__initializeStoragePaths [446]: Initializing storage paths
- [MainThread] UM.Resources.__initializeStoragePaths [456]: Config storage path is /home/richard/.config/cura/master
- [MainThread] UM.Resources.__initializeStoragePaths [464]: Data storage path is /home/richard/.local/share/cura/master
- [MainThread] UM.Resources.__initializeStoragePaths [476]: Cache storage path is /home/richard/.cache/cura/master
- [MainThread] UM.PackageManager.__init__ [54]: Found bundled packages JSON file: /usr/local/share/cura/resources/bundled_packages/cura.json
- [MainThread] UM.PackageManager.__init__ [54]: Found bundled packages JSON file: /usr/local/share/uranium/resources/bundled_packages/uranium.json
- Attribute Qt::AA_UseDesktopOpenGL must be set before QCoreApplication is created.
- [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [118]: Trying OpenGL context 4.1...
- [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [181]: Trying OpenGL context 2.0...
- [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [190]: We got at least OpenGL context 2.0: 3.0 No profile
- [MainThread] UM.Qt.QtApplication.initialize [173]: Detected most suitable OpenGL context version: 2.0 No profile
- [MainThread] UM.Qt.QtApplication.initialize [180]: Initializing job queue ...
- [MainThread] UM.Qt.QtApplication.initialize [184]: Initializing version upgrade manager ...
- [MainThread] UM.PackageManager._loadManagementData [165]: Loaded bundled packages data from /usr/local/share/cura/resources/bundled_packages/cura.json
- [MainThread] UM.PackageManager._loadManagementData [165]: Loaded bundled packages data from /usr/local/share/uranium/resources/bundled_packages/uranium.json
- [MainThread] UM.PackageManager._loadManagementData [186]: Loaded user packages management file from /home/richard/.local/share/cura/master/packages.json
- [MainThread] UM.PackageManager._saveManagementData [256]: Package management file /home/richard/.local/share/cura/master/packages.json was saved
- [MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [110]: Loading plugin configuration file '/home/richard/.config/cura/master/plugins.json'
- 2021-01-26 12:46:06,872 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin ConsoleLogger
- 2021-01-26 12:46:06,881 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [384]: Plugin ConsoleLogger was already loaded
- 2021-01-26 12:46:06,900 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin OBJReader
- 2021-01-26 12:46:06,914 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin OBJWriter
- 2021-01-26 12:46:06,979 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin STLReader
- 2021-01-26 12:46:06,997 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin STLWriter
- 2021-01-26 12:46:07,011 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin FileLogger
- 2021-01-26 12:46:07,032 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin LocalContainerProvider
- 2021-01-26 12:46:07,054 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin LocalFileOutputDevice
- 2021-01-26 12:46:07,082 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin CameraTool
- 2021-01-26 12:46:07,109 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin MirrorTool
- 2021-01-26 12:46:07,147 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin RotateTool
- 2021-01-26 12:46:07,180 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin ScaleTool
- 2021-01-26 12:46:07,196 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin SelectionTool
- 2021-01-26 12:46:07,222 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin TranslateTool
- 2021-01-26 12:46:07,256 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin UpdateChecker
- 2021-01-26 12:46:07,275 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin SimpleView
- 2021-01-26 12:46:07,312 - INFO - [Thread-1] UpdateChecker.UpdateCheckerJob.run [40]: Checking for new version of cura
- 2021-01-26 12:46:07,410 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin 3MFReader
- 2021-01-26 12:46:07,439 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin 3MFWriter
- /usr/local/lib/python3.7/site-packages/networkx/classes/graph.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
- from collections import Mapping
- /usr/local/lib/python3.7/site-packages/networkx/classes/reportviews.py:95: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
- from collections import Mapping, Set, Iterable
- /usr/local/lib/python3.7/site-packages/svg/path/path.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
- from collections import MutableSequence
- 2021-01-26 12:46:10,384 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin AMFReader
- 2021-01-26 12:46:10,415 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Exception: Import error loading module CuraDrive
- 2021-01-26 12:46:10,420 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Traceback (most recent call last):
- 2021-01-26 12:46:10,421 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/python3.7/site-packages/UM/PluginRegistry.py", line 606, in _findPlugin
- 2021-01-26 12:46:10,422 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason.
- 2021-01-26 12:46:10,423 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/python3.7/imp.py", line 244, in load_module
- 2021-01-26 12:46:10,425 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return load_package(name, filename)
- 2021-01-26 12:46:10,426 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/python3.7/imp.py", line 216, in load_package
- 2021-01-26 12:46:10,427 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return _load(spec)
- 2021-01-26 12:46:10,428 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "<frozen importlib._bootstrap>", line 696, in _load
- 2021-01-26 12:46:10,430 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
- 2021-01-26 12:46:10,431 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module
- 2021-01-26 12:46:10,432 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
- 2021-01-26 12:46:10,433 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/cura/plugins/CuraDrive/__init__.py", line 4, in <module>
- 2021-01-26 12:46:10,435 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from .src.DrivePluginExtension import DrivePluginExtension
- 2021-01-26 12:46:10,436 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/cura/plugins/CuraDrive/src/DrivePluginExtension.py", line 16, in <module>
- 2021-01-26 12:46:10,437 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from .DriveApiService import DriveApiService
- 2021-01-26 12:46:10,438 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/cura/plugins/CuraDrive/src/DriveApiService.py", line 15, in <module>
- 2021-01-26 12:46:10,440 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from .CreateBackupJob import CreateBackupJob
- 2021-01-26 12:46:10,441 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/cura/plugins/CuraDrive/src/CreateBackupJob.py", line 8, in <module>
- 2021-01-26 12:46:10,442 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: import sentry_sdk
- 2021-01-26 12:46:10,443 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: ModuleNotFoundError: No module named 'sentry_sdk'
- 2021-01-26 12:46:10,444 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [678]: Could not find plugin CuraDrive
- 2021-01-26 12:46:10,464 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Exception: Import error loading module CuraDrive
- 2021-01-26 12:46:10,466 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Traceback (most recent call last):
- 2021-01-26 12:46:10,467 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/python3.7/site-packages/UM/PluginRegistry.py", line 606, in _findPlugin
- 2021-01-26 12:46:10,469 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason.
- 2021-01-26 12:46:10,470 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/python3.7/imp.py", line 244, in load_module
- 2021-01-26 12:46:10,471 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return load_package(name, filename)
- 2021-01-26 12:46:10,472 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/python3.7/imp.py", line 216, in load_package
- 2021-01-26 12:46:10,474 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return _load(spec)
- 2021-01-26 12:46:10,475 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "<frozen importlib._bootstrap>", line 696, in _load
- 2021-01-26 12:46:10,476 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
- 2021-01-26 12:46:10,477 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module
- 2021-01-26 12:46:10,479 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
- 2021-01-26 12:46:10,480 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/cura/plugins/CuraDrive/__init__.py", line 4, in <module>
- 2021-01-26 12:46:10,481 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from .src.DrivePluginExtension import DrivePluginExtension
- 2021-01-26 12:46:10,482 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/cura/plugins/CuraDrive/src/DrivePluginExtension.py", line 16, in <module>
- 2021-01-26 12:46:10,484 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from .DriveApiService import DriveApiService
- 2021-01-26 12:46:10,485 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/cura/plugins/CuraDrive/src/DriveApiService.py", line 15, in <module>
- 2021-01-26 12:46:10,486 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from .CreateBackupJob import CreateBackupJob
- 2021-01-26 12:46:10,487 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/cura/plugins/CuraDrive/src/CreateBackupJob.py", line 8, in <module>
- 2021-01-26 12:46:10,489 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: import sentry_sdk
- 2021-01-26 12:46:10,490 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: ModuleNotFoundError: No module named 'sentry_sdk'
- 2021-01-26 12:46:10,880 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [92]: Found CuraEngine at: /usr/local/bin/CuraEngine
- 2021-01-26 12:46:10,883 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin CuraEngineBackend
- 2021-01-26 12:46:10,905 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin CuraProfileReader
- 2021-01-26 12:46:10,907 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [188]: Socket state changed to Listening
- 2021-01-26 12:46:10,942 - INFO - [MainThread] UM.Backend.Backend.startEngine [90]: Started engine process: /usr/local/bin/CuraEngine
- 2021-01-26 12:46:10,945 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [110]: [Backend] Calling engine with: ['/usr/local/bin/CuraEngine', 'connect', '127.0.0.1:49674', '']
- 2021-01-26 12:46:10,956 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
- 2021-01-26 12:46:10,962 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] Cura_SteamEngine version master
- 2021-01-26 12:46:10,963 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] Copyright (C) 2020 Ultimaker
- 2021-01-26 12:46:10,965 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
- 2021-01-26 12:46:10,966 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] This program is free software: you can redistribute it and/or modify
- 2021-01-26 12:46:10,971 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin CuraProfileWriter
- 2021-01-26 12:46:10,974 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] it under the terms of the GNU Affero General Public License as published by
- 2021-01-26 12:46:10,976 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [192]: Socket state changed to Connected
- 2021-01-26 12:46:10,978 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] the Free Software Foundation, either version 3 of the License, or
- 2021-01-26 12:46:10,980 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [181]: Backend connected on port 49674
- 2021-01-26 12:46:10,981 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] (at your option) any later version.
- 2021-01-26 12:46:10,988 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
- 2021-01-26 12:46:11,021 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] This program is distributed in the hope that it will be useful,
- 2021-01-26 12:46:11,035 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
- 2021-01-26 12:46:11,036 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- 2021-01-26 12:46:11,037 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] GNU Affero General Public License for more details.
- 2021-01-26 12:46:11,039 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
- 2021-01-26 12:46:11,040 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] You should have received a copy of the GNU Affero General Public License
- 2021-01-26 12:46:11,042 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] along with this program. If not, see <http://www.gnu.org/licenses/>.
- 2021-01-26 12:46:11,061 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin FirmwareUpdateChecker
- 2021-01-26 12:46:11,098 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin FirmwareUpdater
- 2021-01-26 12:46:11,115 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin GCodeGzReader
- 2021-01-26 12:46:11,136 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin GCodeGzWriter
- 2021-01-26 12:46:11,154 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin GCodeProfileReader
- 2021-01-26 12:46:11,199 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin GCodeReader
- 2021-01-26 12:46:11,217 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin GCodeWriter
- 2021-01-26 12:46:11,247 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin ImageReader
- 2021-01-26 12:46:11,261 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin LegacyProfileReader
- 2021-01-26 12:46:11,278 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin MachineSettingsAction
- 2021-01-26 12:46:11,293 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin ModelChecker
- 2021-01-26 12:46:11,310 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin MonitorStage
- 2021-01-26 12:46:11,324 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin PrepareStage
- 2021-01-26 12:46:11,345 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin PerObjectSettingsTool
- 2021-01-26 12:46:11,366 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin PostProcessingPlugin
- 2021-01-26 12:46:11,379 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin PreviewStage
- 2021-01-26 12:46:11,402 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin RemovableDriveOutputDevice
- 2021-01-26 12:46:11,415 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [423]: Plugin SentryLogger did not return any objects to register
- 2021-01-26 12:46:11,479 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin SimulationView
- 2021-01-26 12:46:11,502 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin SliceInfoPlugin
- 2021-01-26 12:46:11,529 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin SolidView
- 2021-01-26 12:46:11,549 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin SupportEraser
- 2021-01-26 12:46:11,694 - WARNING - [MainThread] Toolbox.src.PackagesModel._update [61]: Exception: Failed to load packages for Marketplace
- 2021-01-26 12:46:11,695 - WARNING - [MainThread] Toolbox.src.PackagesModel._update [61]: NoneType: None
- 2021-01-26 12:46:11,697 - WARNING - [MainThread] Toolbox.src.PackagesModel._update [61]: Exception: Failed to load packages for Marketplace
- 2021-01-26 12:46:11,699 - WARNING - [MainThread] Toolbox.src.PackagesModel._update [61]: NoneType: None
- 2021-01-26 12:46:11,700 - WARNING - [MainThread] Toolbox.src.PackagesModel._update [61]: Exception: Failed to load packages for Marketplace
- 2021-01-26 12:46:11,702 - WARNING - [MainThread] Toolbox.src.PackagesModel._update [61]: NoneType: None
- 2021-01-26 12:46:11,703 - WARNING - [MainThread] Toolbox.src.PackagesModel._update [61]: Exception: Failed to load packages for Marketplace
- 2021-01-26 12:46:11,704 - WARNING - [MainThread] Toolbox.src.PackagesModel._update [61]: NoneType: None
- 2021-01-26 12:46:11,713 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin Toolbox
- 2021-01-26 12:46:11,729 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin TrimeshReader
- 2021-01-26 12:46:11,784 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin UFPReader
- 2021-01-26 12:46:11,812 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin UFPWriter
- 2021-01-26 12:46:12,145 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin UM3NetworkPrinting
- /usr/local/lib/cura/plugins/USBPrinting/USBPrinterOutputDevice.py:275: DeprecationWarning: invalid escape sequence \d
- if re.search(b"[B|T\d*]: ?\d+\.?\d*", line): # Temperature message. 'T:' for extruder and 'B:' for bed
- 2021-01-26 12:46:12,217 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin USBPrinting
- 2021-01-26 12:46:12,236 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin UltimakerMachineActions
- 2021-01-26 12:46:12,272 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade21to22
- 2021-01-26 12:46:12,289 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade22to24
- 2021-01-26 12:46:12,306 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade25to26
- 2021-01-26 12:46:12,322 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade26to27
- 2021-01-26 12:46:12,337 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade27to30
- 2021-01-26 12:46:12,350 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade30to31
- 2021-01-26 12:46:12,364 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade32to33
- 2021-01-26 12:46:12,378 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade33to34
- 2021-01-26 12:46:12,391 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade34to35
- 2021-01-26 12:46:12,403 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade35to40
- 2021-01-26 12:46:12,418 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade40to41
- 2021-01-26 12:46:12,434 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade41to42
- 2021-01-26 12:46:12,448 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade42to43
- 2021-01-26 12:46:12,462 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade43to44
- 2021-01-26 12:46:12,480 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade44to45
- 2021-01-26 12:46:12,492 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade45to46
- 2021-01-26 12:46:12,508 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade460to462
- 2021-01-26 12:46:12,525 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade462to47
- 2021-01-26 12:46:12,538 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade47to48
- 2021-01-26 12:46:12,580 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin X3DReader
- 2021-01-26 12:46:12,596 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin XRayView
- 2021-01-26 12:46:12,646 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin XmlMaterialProfile
- 2021-01-26 12:46:12,650 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugins [373]: Loading all plugins took 5.777041673660278 seconds
- 2021-01-26 12:46:12,665 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [163]: Looking for old configuration files to upgrade.
- 2021-01-26 12:46:12,709 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [175]: Checking and performing updates took 0.04368305206298828
- 2021-01-26 12:46:17,137 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [361]: Loading metadata into container registry took 4.385988712310791 seconds
- 2021-01-26 12:46:17,171 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [142]: Select build plate: 0
- 2021-01-26 12:46:17,176 - INFO - [MainThread] cura.CuraApplication.run [782]: Initializing machine error checker
- 2021-01-26 12:46:17,178 - INFO - [MainThread] cura.CuraApplication.run [787]: Initializing machine manager
- 2021-01-26 12:46:17,181 - INFO - [MainThread] cura.CuraApplication.run [792]: Initializing container manager
- 2021-01-26 12:46:17,509 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [255]: Changing perspective mode to perspective.
- 2021-01-26 12:46:17,569 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [158]: Loading theme file: /usr/local/share/cura/resources/themes/cura-light/theme.json
- 2021-01-26 12:46:17,695 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [246]: Loaded theme /usr/local/share/cura/resources/themes/cura-light
- Cyclic dependency detected between "file:///usr/local/share/cura/resources/qml/Actions.qml" and "file:///usr/local/share/cura/resources/qml/Actions.qml"
- Cyclic dependency detected between "file:///usr/local/lib/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" and "file:///usr/local/lib/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml"
- 2021-01-26 12:46:18,005 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [340]: Creating post processing plugin view.
- /usr/local/lib/cura/plugins/PostProcessingPlugin/Script.py:125: DeprecationWarning: invalid escape sequence \.
- m = re.search('^-?[0-9]+\.?[0-9]*', sub_part)
- 2021-01-26 12:46:18,041 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: ChangeAtZ
- 2021-01-26 12:46:18,048 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: ColorMix
- 2021-01-26 12:46:18,053 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: DisplayFilenameAndLayerOnLCD
- 2021-01-26 12:46:18,060 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: DisplayProgressOnLCD
- 2021-01-26 12:46:18,068 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: FilamentChange
- 2021-01-26 12:46:18,073 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: InsertAtLayerChange
- 2021-01-26 12:46:18,087 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: PauseAtHeight
- 2021-01-26 12:46:18,093 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: RetractContinue
- 2021-01-26 12:46:18,097 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: SearchAndReplace
- 2021-01-26 12:46:18,118 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: Stretch
- 2021-01-26 12:46:18,121 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: TimeLapse
- 2021-01-26 12:46:18,125 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: UsePreviousProbeMeasurements
- 2021-01-26 12:46:18,306 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [350]: Post processing view created.
- 2021-01-26 12:46:18,603 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/PrintSetupSelector/Custom/MenuButton.qml:42:18: QML Label: Cannot anchor to an item that isn't a parent or sibling.
- 2021-01-26 12:46:18,669 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
- 2021-01-26 12:46:18,697 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:894:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,706 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:878:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,708 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:872:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,709 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/WelcomePages/WizardDialog.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,711 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/WelcomePages/WizardDialog.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,712 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:846:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,734 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:826:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,737 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:794:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,739 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:784:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,756 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:768:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,807 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:627:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,809 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:621:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,810 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:615:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,811 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:605:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,821 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ContextMenu.qml:96:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,822 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ContextMenu.qml:90:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,825 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:561:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,826 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:536:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,827 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:526:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,828 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:516:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,829 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:506:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,830 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:494:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,831 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:488:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,832 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:482:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,841 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:84:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,874 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:256:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,875 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:244:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,904 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:128:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,989 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ExpandableComponent.qml:341:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:18,991 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ExpandableComponent.qml:300:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,008 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ExpandableComponent.qml:107:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,087 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/JobSpecs.qml:149:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,099 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
- 2021-01-26 12:46:19,101 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
- 2021-01-26 12:46:19,165 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/MainWindow/ApplicationMenu.qml:192:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,167 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/MainWindow/ApplicationMenu.qml:182:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,168 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/MainWindow/ApplicationMenu.qml:169:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,216 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ViewMenu.qml:31:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,232 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,234 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:87:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,235 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/WelcomePages/WelcomeDialogItem.qml:61:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- qml: TableViewSelection: index out of range
- qml: TableViewSelection: index out of range
- 2021-01-26 12:46:19,375 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Preferences/GeneralPage.qml:856:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,409 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Preferences/GeneralPage.qml:416:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,479 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/lib/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:30: TypeError: Cannot read property 'height' of null
- 2021-01-26 12:46:19,525 - DEBUG - [MainThread] UM.Controller.setActiveStage [180]: Setting active stage to PrepareStage
- 2021-01-26 12:46:19,580 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
- 2021-01-26 12:46:19,587 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:143: TypeError: Cannot read property 'hasRemoteConnection' of null
- 2021-01-26 12:46:19,656 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:139:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,658 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:118:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,664 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:135:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,667 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:236:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,668 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ExpandablePopup.qml:246:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,674 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ExpandablePopup.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,679 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ExpandablePopup.qml:246:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,689 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ExpandablePopup.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,697 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/lib/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:30: TypeError: Cannot read property 'height' of null
- 2021-01-26 12:46:19,699 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:234: TypeError: Cannot read property 'activeStack' of undefined
- 2021-01-26 12:46:19,701 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:233: TypeError: Cannot read property 'isEnabled' of null
- 2021-01-26 12:46:19,714 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ActionPanel/ActionPanelWidget.qml:93:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,748 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ActionPanel/SliceProcessWidget.qml:127:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
- 2021-01-26 12:46:19,761 - DEBUG - [MainThread] UM.Controller.setActiveView [108]: Setting active view to SolidView
- 2021-01-26 12:46:19,795 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [117]: Creating model checker view.
- 2021-01-26 12:46:19,808 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [126]: Model checker view created.
- 2021-01-26 12:46:19,810 - DEBUG - [MainThread] SliceInfoPlugin.SliceInfo._createDialog [76]: Creating dialog [MoreInfoWindow.qml]
- 2021-01-26 12:46:19,919 - DEBUG - [MainThread] Toolbox.src.Toolbox._makeRequestByType [544]: Requesting [updates] metadata from server.
- 2021-01-26 12:46:19,920 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [124]: No auth data to retrieve the access_token from
- 2021-01-26 12:46:19,922 - WARNING - [MainThread] cura.UltimakerCloud.UltimakerCloudScope.requestHook [25]: Cannot add authorization to Cloud Api request
- 2021-01-26 12:46:19,942 - DEBUG - [MainThread] cura.CuraApplication.run [833]: Booting Cura took 14.00752329826355 seconds
- 2021-01-26 12:46:19,946 - DEBUG - [Thread-3] cura.Machines.ContainerTree.run [174]: Started background loading of MachineNodes
- 2021-01-26 12:46:19,948 - DEBUG - [Thread-3] cura.Machines.ContainerTree.run [185]: All MachineNode loading completed
- 2021-01-26 12:46:20,044 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/lib/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:30: TypeError: Cannot read property 'height' of null
- 2021-01-26 12:46:20,053 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:234: TypeError: Cannot read property 'activeStack' of undefined
- 2021-01-26 12:46:20,054 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:233: TypeError: Cannot read property 'isEnabled' of null
- 2021-01-26 12:46:20,068 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:410: TypeError: Cannot read property 'Component' of null
- 2021-01-26 12:46:20,247 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/lib/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:30: TypeError: Cannot read property 'height' of null
- 2021-01-26 12:46:20,253 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/PrintSetupSelector/Custom/MenuButton.qml:42:18: QML Label: Cannot anchor to an item that isn't a parent or sibling.
- 2021-01-26 12:46:20,297 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
- 2021-01-26 12:46:20,298 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
- 2021-01-26 12:46:20,300 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
- 2021-01-26 12:46:20,330 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/lib/python3.7/site-packages/UM/Qt/qml/UM/ApplicationMenu.qml:17:5: QML Binding: Not restoring previous value because restoreMode has not been set.
- This behavior is deprecated.
- You have to import QtQml 2.15 after any QtQuick imports and set
- the restoreMode of the binding to fix this warning.
- In Qt < 6.0 the default is Binding.RestoreBinding.
- In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.
- 2021-01-26 12:46:20,374 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
- 2021-01-26 12:46:20,376 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [38]: No active GlobalStack, set CustomQualityProfilesDropDownMenuModel as empty.
- 2021-01-26 12:46:20,377 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [62]: Updating QualityProfilesDropDownMenuModel.
- 2021-01-26 12:46:20,379 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [74]: No active GlobalStack, set quality profile model as empty.
- 2021-01-26 12:46:20,624 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [210]: Support for Vertex Array Objects: True
- 2021-01-26 12:46:20,628 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [114]: Initialized OpenGL subsystems.
- 2021-01-26 12:46:20,630 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [115]: OpenGL Version: b'3.0 Mesa 20.2.3'
- 2021-01-26 12:46:20,631 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [116]: OpenGL Vendor: b'Intel Open Source Technology Center'
- 2021-01-26 12:46:20,632 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [117]: OpenGL Renderer: b'Mesa DRI Intel(R) HD Graphics 3000 (SNB GT2)'
- 2021-01-26 12:46:20,633 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [118]: GLSL Version: 1.30.0
- 2021-01-26 12:46:20,635 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/uranium/resources/shaders/default.shader]...
- 2021-01-26 12:46:20,660 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/uranium/resources/shaders/selection.shader]...
- 2021-01-26 12:46:20,666 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/uranium/resources/shaders/select_face.shader]...
- 2021-01-26 12:46:20,671 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/uranium/resources/shaders/default.shader]...
- 2021-01-26 12:46:20,677 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/uranium/resources/shaders/composite.shader]...
- 2021-01-26 12:46:20,691 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/cura/resources/shaders/overhang.shader]...
- 2021-01-26 12:46:20,700 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/cura/resources/shaders/striped.shader]...
- 2021-01-26 12:46:20,711 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/cura/resources/shaders/transparent_object.shader]...
- 2021-01-26 12:46:20,718 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/cura/resources/shaders/striped.shader]...
- 2021-01-26 12:46:20,726 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/cura/resources/shaders/xray.shader]...
- 2021-01-26 12:46:20,729 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/cura/resources/shaders/xray_composite.shader]...
- 2021-01-26 12:46:20,738 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/uranium/resources/shaders/platform.shader]...
- 2021-01-26 12:46:20,763 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/cura/resources/shaders/xray.shader]...
- 2021-01-26 12:46:25,790 - DEBUG - [MainThread] cura.TaskManagement.OnExitCallbackManager.triggerNextCallback [51]: No more on-app-exit callbacks to process. Tell the app to exit.
- 2021-01-26 12:46:25,792 - INFO - [MainThread] cura.CuraApplication.closeApplication [603]: Close application
- 2021-01-26 12:46:25,793 - DEBUG - [MainThread] UM.Qt.QtApplication.windowClosed [470]: Shutting down cura
- 2021-01-26 12:46:25,830 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [315]: Attempting to kill the engine process
- 2021-01-26 12:46:25,831 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [321]: Killing engine process
- 2021-01-26 12:46:25,835 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [324]: Engine process is killed. Received return code -15
- Fatal Python error: Segmentation fault
- Thread 0x0000000864283000 (most recent call first):
- File "/usr/local/lib/cura/plugins/USBPrinting/USBPrinterOutputDeviceManager.py", line 79 in _updateThread
- File "/usr/local/lib/python3.7/threading.py", line 870 in run
- File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
- File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
- Thread 0x00000008641e3600 (most recent call first):
- File "/usr/local/lib/python3.7/threading.py", line 300 in wait
- File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 2407 in wait
- File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 1701 in run
- File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
- File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
- Thread 0x00000008641e2c00 (most recent call first):
- File "/usr/local/lib/python3.7/threading.py", line 300 in wait
- File "/usr/local/lib/python3.7/threading.py", line 552 in wait
- File "/usr/local/lib/cura/plugins/UM3NetworkPrinting/src/Network/ZeroConfClient.py", line 81 in _handleOnServiceChangedRequests
- File "/usr/local/lib/python3.7/threading.py", line 870 in run
- File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
- File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
- Thread 0x00000008641e2700 (most recent call first):
- File "/usr/local/lib/python3.7/threading.py", line 300 in wait
- File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 1451 in run
- File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
- File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
- Thread 0x00000008641e2200 (most recent call first):
- File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 1325 in run
- File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
- File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
- Thread 0x00000008641e1d00 (most recent call first):
- File "/usr/local/lib/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py", line 61 in _updateThread
- File "/usr/local/lib/python3.7/threading.py", line 870 in run
- File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
- File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
- Thread 0x0000000856ebb500 (most recent call first):
- File "/usr/local/lib/python3.7/threading.py", line 296 in wait
- File "/usr/local/lib/python3.7/threading.py", line 427 in acquire
- File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 98 in _nextJob
- File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 123 in run
- File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
- File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
- Thread 0x0000000856ebba00 (most recent call first):
- File "/usr/local/lib/python3.7/threading.py", line 296 in wait
- File "/usr/local/lib/python3.7/threading.py", line 427 in acquire
- File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 98 in _nextJob
- File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 123 in run
- File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
- File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
- Thread 0x0000000856ebbf00 (most recent call first):
- File "/usr/local/lib/python3.7/threading.py", line 296 in wait
- File "/usr/local/lib/python3.7/threading.py", line 427 in acquire
- File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 98 in _nextJob
- File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 123 in run
- File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
- File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
- Thread 0x0000000856ebc400 (most recent call first):
- File "/usr/local/lib/python3.7/threading.py", line 296 in wait
- File "/usr/local/lib/python3.7/threading.py", line 427 in acquire
- File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 98 in _nextJob
- File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 123 in run
- File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
- File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
- Thread 0x0000000856ebc900 (most recent call first):
- File "/usr/local/lib/python3.7/threading.py", line 296 in wait
- File "/usr/local/lib/python3.7/threading.py", line 427 in acquire
- File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 98 in _nextJob
- File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 123 in run
- File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
- File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
- Thread 0x0000000856ebce00 (most recent call first):
- File "/usr/local/lib/python3.7/threading.py", line 296 in wait
- File "/usr/local/lib/python3.7/threading.py", line 427 in acquire
- File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 98 in _nextJob
- File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 123 in run
- File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
- File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
- Thread 0x0000000856ebd300 (most recent call first):
- File "/usr/local/lib/python3.7/threading.py", line 296 in wait
- File "/usr/local/lib/python3.7/threading.py", line 427 in acquire
- File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 98 in _nextJob
- File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 123 in run
- File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
- File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
- Thread 0x0000000856ebd800 (most recent call first):
- File "/usr/local/lib/python3.7/threading.py", line 296 in wait
- File "/usr/local/lib/python3.7/threading.py", line 427 in acquire
- File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 98 in _nextJob
- File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 123 in run
- File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
- File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
Advertisement
Add Comment
Please, Sign In to add comment