Ultimaker / Cura

3D printer / slicing GUI built on top of the Uranium framework
GNU Lesser General Public License v3.0
6.18k stars 2.08k forks source link

Cura not do slicing #1758

Closed userosos closed 7 years ago

userosos commented 7 years ago

Cura 2.5 not do slicing. I add some model into cura and press slicing before it i can see that cura do slicing very long time (Infinity). I have Debian 9 stretch. In the terminal i can see:

UM.View.GL.OpenGLContext.detectBestOpenGLVersion [103]: Trying OpenGL context 4.1...
UM.View.GL.OpenGLContext.detectBestOpenGLVersion [113]: Yay, we got at least OpenGL 4.1 core: 4.5 Core profile
UM.Qt.QtApplication.__init__ [75]: Detected most suitable OpenGL context version: 4.1 Core profile
2017-04-29 23:27:04,018 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin ConsoleLogger
2017-04-29 23:27:04,031 - INFO - CuraEngineBackend.CuraEngineBackend.__init__ [64]: Found CuraEngine at: /usr/bin/CuraEngine
2017-04-29 23:27:04,032 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin CuraEngineBackend
2017-04-29 23:27:04,033 - WARNING - UM.PluginRegistry.loadPlugin [74]: Plugin ConsoleLogger was already loaded
2017-04-29 23:27:04,037 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin LocalFileOutputDevice
2017-04-29 23:27:04,039 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin WireframeView
2017-04-29 23:27:04,041 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin SimpleView
2017-04-29 23:27:04,044 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin CameraTool
2017-04-29 23:27:04,046 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin SelectionTool
2017-04-29 23:27:04,050 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin MirrorTool
2017-04-29 23:27:04,053 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin TranslateTool
2017-04-29 23:27:04,056 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin ScaleTool
2017-04-29 23:27:04,060 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin RotateTool
2017-04-29 23:27:04,062 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin FileLogger
2017-04-29 23:27:04,064 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin OBJWriter
2017-04-29 23:27:04,068 - WARNING - STLReader.STLReader.<module> [26]: Could not find numpy-stl, falling back to slower code.
2017-04-29 23:27:04,069 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin STLReader
2017-04-29 23:27:04,071 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin OBJReader
2017-04-29 23:27:04,075 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin STLWriter
2017-04-29 23:27:04,080 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin AutoSave
2017-04-29 23:27:04,085 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin PostProcessingPlugin
2017-04-29 23:27:04,089 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin ChangeLogPlugin
2017-04-29 23:27:04,094 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin XRayView
2017-04-29 23:27:04,099 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin SolidView
2017-04-29 23:27:04,116 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin USBPrinting
2017-04-29 23:27:04,123 - ERROR - UM.Logger.logException [74]: Exception: Import error loading module 3MFWriter
2017-04-29 23:27:04,126 - ERROR - UM.Logger.logException [78]: Traceback (most recent call last):
2017-04-29 23:27:04,127 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3/dist-packages/UM/PluginRegistry.py", line 293, in _findPlugin                                                                                                                     
2017-04-29 23:27:04,127 - ERROR - UM.Logger.logException [78]:     module = imp.load_module(plugin_id, file, path, desc)
2017-04-29 23:27:04,128 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3.5/imp.py", line 244, in load_module
2017-04-29 23:27:04,129 - ERROR - UM.Logger.logException [78]:     return load_package(name, filename)
2017-04-29 23:27:04,129 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3.5/imp.py", line 216, in load_package
2017-04-29 23:27:04,129 - ERROR - UM.Logger.logException [78]:     return _load(spec)
2017-04-29 23:27:04,129 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 693, in _load
2017-04-29 23:27:04,130 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
2017-04-29 23:27:04,130 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap_external>", line 673, in exec_module                                                                                                                                  
2017-04-29 23:27:04,130 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed                                                                                                                             
2017-04-29 23:27:04,131 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/cura/plugins/3MFWriter/__init__.py", line 6, in <module>                                                                                                                                  
2017-04-29 23:27:04,131 - ERROR - UM.Logger.logException [78]:     from . import ThreeMFWriter
2017-04-29 23:27:04,132 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/cura/plugins/3MFWriter/ThreeMFWriter.py", line 11, in <module>                                                                                                                            
2017-04-29 23:27:04,132 - ERROR - UM.Logger.logException [78]:     import Savitar
2017-04-29 23:27:04,132 - ERROR - UM.Logger.logException [78]: ImportError: No module named 'Savitar'
2017-04-29 23:27:04,132 - ERROR - UM.PluginRegistry._populateMetaData [249]: Could not find plugin 3MFWriter
2017-04-29 23:27:04,134 - ERROR - UM.Logger.logException [74]: Exception: Import error loading module 3MFWriter
2017-04-29 23:27:04,135 - ERROR - UM.Logger.logException [78]: Traceback (most recent call last):
2017-04-29 23:27:04,135 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3/dist-packages/UM/PluginRegistry.py", line 293, in _findPlugin                                                                                                                     
2017-04-29 23:27:04,135 - ERROR - UM.Logger.logException [78]:     module = imp.load_module(plugin_id, file, path, desc)
2017-04-29 23:27:04,136 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3.5/imp.py", line 244, in load_module
2017-04-29 23:27:04,136 - ERROR - UM.Logger.logException [78]:     return load_package(name, filename)
2017-04-29 23:27:04,136 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3.5/imp.py", line 216, in load_package
2017-04-29 23:27:04,136 - ERROR - UM.Logger.logException [78]:     return _load(spec)
2017-04-29 23:27:04,137 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 693, in _load
2017-04-29 23:27:04,137 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
2017-04-29 23:27:04,137 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap_external>", line 673, in exec_module                                                                                                                                  
2017-04-29 23:27:04,137 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed                                                                                                                             
2017-04-29 23:27:04,138 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/cura/plugins/3MFWriter/__init__.py", line 6, in <module>                                                                                                                                  
2017-04-29 23:27:04,138 - ERROR - UM.Logger.logException [78]:     from . import ThreeMFWriter
2017-04-29 23:27:04,138 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/cura/plugins/3MFWriter/ThreeMFWriter.py", line 11, in <module>                                                                                                                            
2017-04-29 23:27:04,138 - ERROR - UM.Logger.logException [78]:     import Savitar
2017-04-29 23:27:04,138 - ERROR - UM.Logger.logException [78]: ImportError: No module named 'Savitar'
2017-04-29 23:27:04,148 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin XmlMaterialProfile
2017-04-29 23:27:04,152 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin MachineSettingsAction
2017-04-29 23:27:04,157 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin VersionUpgrade21to22
2017-04-29 23:27:04,162 - ERROR - UM.PluginRegistry.loadPlugin [91]: Plugin VersionUpgrade24to25 did not return any objects to register                                                                                                                                   
2017-04-29 23:27:04,166 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin VersionUpgrade22to24
2017-04-29 23:27:04,166 - WARNING - UM.PluginRegistry.loadPlugin [74]: Plugin CuraEngineBackend was already loaded
2017-04-29 23:27:04,170 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin CuraProfileReader
2017-04-29 23:27:04,177 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin GCodeWriter
2017-04-29 23:27:04,185 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin PerObjectSettingsTool
2017-04-29 23:27:04,187 - ERROR - UM.Logger.logException [74]: Exception: Import error loading module 3MFReader
2017-04-29 23:27:04,188 - ERROR - UM.Logger.logException [78]: Traceback (most recent call last):
2017-04-29 23:27:04,189 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3/dist-packages/UM/PluginRegistry.py", line 293, in _findPlugin                                                                                                                     
2017-04-29 23:27:04,189 - ERROR - UM.Logger.logException [78]:     module = imp.load_module(plugin_id, file, path, desc)
2017-04-29 23:27:04,191 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3.5/imp.py", line 244, in load_module
2017-04-29 23:27:04,192 - ERROR - UM.Logger.logException [78]:     return load_package(name, filename)
2017-04-29 23:27:04,193 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3.5/imp.py", line 216, in load_package
2017-04-29 23:27:04,193 - ERROR - UM.Logger.logException [78]:     return _load(spec)
2017-04-29 23:27:04,194 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 693, in _load
2017-04-29 23:27:04,194 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
2017-04-29 23:27:04,195 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap_external>", line 673, in exec_module                                                                                                                                  
2017-04-29 23:27:04,196 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed                                                                                                                             
2017-04-29 23:27:04,196 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/cura/plugins/3MFReader/__init__.py", line 5, in <module>                                                                                                                                  
2017-04-29 23:27:04,197 - ERROR - UM.Logger.logException [78]:     from . import ThreeMFReader
2017-04-29 23:27:04,198 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/cura/plugins/3MFReader/ThreeMFReader.py", line 23, in <module>                                                                                                                            
2017-04-29 23:27:04,198 - ERROR - UM.Logger.logException [78]:     import Savitar
2017-04-29 23:27:04,199 - ERROR - UM.Logger.logException [78]: ImportError: No module named 'Savitar'
2017-04-29 23:27:04,199 - ERROR - UM.PluginRegistry._populateMetaData [249]: Could not find plugin 3MFReader
2017-04-29 23:27:04,201 - ERROR - UM.Logger.logException [74]: Exception: Import error loading module 3MFReader
2017-04-29 23:27:04,202 - ERROR - UM.Logger.logException [78]: Traceback (most recent call last):
2017-04-29 23:27:04,202 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3/dist-packages/UM/PluginRegistry.py", line 293, in _findPlugin                                                                                                                     
2017-04-29 23:27:04,203 - ERROR - UM.Logger.logException [78]:     module = imp.load_module(plugin_id, file, path, desc)
2017-04-29 23:27:04,203 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3.5/imp.py", line 244, in load_module
2017-04-29 23:27:04,204 - ERROR - UM.Logger.logException [78]:     return load_package(name, filename)
2017-04-29 23:27:04,204 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3.5/imp.py", line 216, in load_package
2017-04-29 23:27:04,205 - ERROR - UM.Logger.logException [78]:     return _load(spec)
2017-04-29 23:27:04,205 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 693, in _load
2017-04-29 23:27:04,206 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
2017-04-29 23:27:04,206 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap_external>", line 673, in exec_module                                                                                                                                  
2017-04-29 23:27:04,207 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed                                                                                                                             
2017-04-29 23:27:04,207 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/cura/plugins/3MFReader/__init__.py", line 5, in <module>                                                                                                                                  
2017-04-29 23:27:04,208 - ERROR - UM.Logger.logException [78]:     from . import ThreeMFReader
2017-04-29 23:27:04,209 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/cura/plugins/3MFReader/ThreeMFReader.py", line 23, in <module>                                                                                                                            
2017-04-29 23:27:04,209 - ERROR - UM.Logger.logException [78]:     import Savitar
2017-04-29 23:27:04,210 - ERROR - UM.Logger.logException [78]: ImportError: No module named 'Savitar'
2017-04-29 23:27:04,280 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin OctoPrintPlugin
2017-04-29 23:27:04,284 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin ImageReader
2017-04-29 23:27:04,292 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin LayerView
2017-04-29 23:27:04,300 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin OrientationPlugin
2017-04-29 23:27:04,303 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin CuraProfileWriter
2017-04-29 23:27:04,309 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin RemovableDriveOutputDevice
2017-04-29 23:27:04,313 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin GCodeProfileReader
2017-04-29 23:27:04,317 - INFO - UM.PluginRegistry.loadPlugin [102]: Loaded plugin LegacyProfileReader
2017-04-29 23:27:04,319 - INFO - UM.Qt.QtApplication.__init__ [107]: Command line arguments: {'disable-textures': False, 'single_instance': False, 'file': [], 'external-backend': False, 'qmljsdebugger': None}                                                          
2017-04-29 23:27:04,324 - INFO - UM.VersionUpgradeManager.upgrade [100]: Looking for old configuration files to upgrade.
2017-04-29 23:27:04,404 - WARNING - UM.VersionUpgradeManager._upgradeFile [315]: Unable to upgrade the file ./Custom+FDM+printer+%232_settings with VersionUpgrade22to24.VersionUpgrade.upgradeMachineInstance. Skipping it.                                              
2017-04-29 23:27:04,406 - WARNING - UM.VersionUpgradeManager._upgradeFile [315]: Unable to upgrade the file ./Custom+FDM+printer_settings with VersionUpgrade22to24.VersionUpgrade.upgradeMachineInstance. Skipping it.                                                   
2017-04-29 23:27:04,409 - DEBUG - UM.Backend.Backend._logSocketState [168]: Socket state changed to Listening
2017-04-29 23:27:04,415 - INFO - UM.Backend.Backend.startEngine [72]: Started engine process: /usr/bin/CuraEngine
2017-04-29 23:27:04,416 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']                                        
2017-04-29 23:27:04,418 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] Cura_SteamEngine version 14.01
2017-04-29 23:27:04,419 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] Unknown option: j
2017-04-29 23:27:04,420 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] M107
2017-04-29 23:27:04,420 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] G0 F12000 X0.00 Y0.00 Z5.00
2017-04-29 23:27:04,425 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] M104 S0                     ;extruder heater off
2017-04-29 23:27:04,429 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] M140 S0                     ;heated bed heater off (if you have it)                                                                                                                      
2017-04-29 23:27:04,431 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] G91                            ;relative positioning
2017-04-29 23:27:04,439 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] G1 E-1 F300                    ;retract the filament a bit before lifting the nozzle, to release some of the pressure                                                                    
2017-04-29 23:27:04,439 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] G1 Z+0.5 E-5 X-20 Y-20 F9000   ;move Z up a bit and retract filament even more                                                                                                           
2017-04-29 23:27:04,440 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] G28 X0 Y0                      ;move X/Y to min endstops, so the head is out of the way                                                                                                  
2017-04-29 23:27:04,440 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] M84                         ;steppers off
2017-04-29 23:27:04,441 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] G90                         ;absolute positioning
2017-04-29 23:27:04,441 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] 
2017-04-29 23:27:04,534 - DEBUG - MachineSettingsAction.MachineSettingsAction._onContainerAdded [72]: Not attaching MachineSettingsAction to punchtec_connect_xl; Multi-extrusion printers are not supported                                                              
2017-04-29 23:27:04,615 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add UMOCheckup to ultimaker_original_plus, as the action is not recognised                                                                                               
2017-04-29 23:27:04,615 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add BedLevel to ultimaker_original_plus, as the action is not recognised                                                                                                 
2017-04-29 23:27:04,615 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add UpgradeFirmware to ultimaker_original_plus, as the action is not recognised                                                                                          
2017-04-29 23:27:04,616 - WARNING - cura.MachineActionManager.addFirstStartAction [90]: Unable to add UMOCheckup to ultimaker_original_plus, as the action is not recognised                                                                                              
2017-04-29 23:27:04,616 - WARNING - cura.MachineActionManager.addFirstStartAction [90]: Unable to add BedLevel to ultimaker_original_plus, as the action is not recognised                                                                                                
2017-04-29 23:27:04,855 - DEBUG - OctoPrintPlugin.OctoPrintOutputDevicePlugin._onServiceChanged [152]: Bonjour service added: octopi._octoprint._tcp.local                                                                                                                
2017-04-29 23:27:05,555 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add DiscoverUM3Action to ultimaker3, as the action is not recognised                                                                                                     
2017-04-29 23:27:05,555 - WARNING - cura.MachineActionManager.addFirstStartAction [90]: Unable to add DiscoverUM3Action to ultimaker3, as the action is not recognised                                                                                                    
2017-04-29 23:27:05,555 - DEBUG - MachineSettingsAction.MachineSettingsAction._onContainerAdded [72]: Not attaching MachineSettingsAction to ultimaker3; Multi-extrusion printers are not supported                                                                       
2017-04-29 23:27:05,665 - DEBUG - MachineSettingsAction.MachineSettingsAction._onContainerAdded [72]: Not attaching MachineSettingsAction to vertex_k8400_dual; Multi-extrusion printers are not supported                                                                
2017-04-29 23:27:05,901 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add UpgradeFirmware to ultimaker2_plus, as the action is not recognised                                                                                                  
2017-04-29 23:27:05,938 - DEBUG - MachineSettingsAction.MachineSettingsAction._onContainerAdded [72]: Not attaching MachineSettingsAction to cartesio; Multi-extrusion printers are not supported                                                                         
2017-04-29 23:27:06,368 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add UMOUpgradeSelection to ultimaker_original, as the action is not recognised                                                                                           
2017-04-29 23:27:06,368 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add UMOCheckup to ultimaker_original, as the action is not recognised                                                                                                    
2017-04-29 23:27:06,369 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add BedLevel to ultimaker_original, as the action is not recognised                                                                                                      
2017-04-29 23:27:06,369 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add UpgradeFirmware to ultimaker_original, as the action is not recognised                                                                                               
2017-04-29 23:27:06,369 - WARNING - cura.MachineActionManager.addFirstStartAction [90]: Unable to add UMOUpgradeSelection to ultimaker_original, as the action is not recognised                                                                                          
2017-04-29 23:27:06,369 - WARNING - cura.MachineActionManager.addFirstStartAction [90]: Unable to add UMOCheckup to ultimaker_original, as the action is not recognised                                                                                                   
2017-04-29 23:27:06,370 - WARNING - cura.MachineActionManager.addFirstStartAction [90]: Unable to add BedLevel to ultimaker_original, as the action is not recognised                                                                                                     
2017-04-29 23:27:06,407 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add UpgradeFirmware to ultimaker2_extended_plus, as the action is not recognised                                                                                         
2017-04-29 23:27:06,478 - DEBUG - MachineSettingsAction.MachineSettingsAction._onContainerAdded [72]: Not attaching MachineSettingsAction to ord; Multi-extrusion printers are not supported                                                                              
2017-04-29 23:27:06,514 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add UpgradeFirmware to ultimaker2_extended, as the action is not recognised                                                                                              
2017-04-29 23:27:07,298 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add DiscoverUM3Action to ultimaker3_extended, as the action is not recognised                                                                                            
2017-04-29 23:27:07,299 - WARNING - cura.MachineActionManager.addFirstStartAction [90]: Unable to add DiscoverUM3Action to ultimaker3_extended, as the action is not recognised                                                                                           
2017-04-29 23:27:07,299 - DEBUG - MachineSettingsAction.MachineSettingsAction._onContainerAdded [72]: Not attaching MachineSettingsAction to ultimaker3_extended; Multi-extrusion printers are not supported                                                              
2017-04-29 23:27:07,512 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add UMOUpgradeSelection to ultimaker_original_dual, as the action is not recognised                                                                                      
2017-04-29 23:27:07,513 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add UMOCheckup to ultimaker_original_dual, as the action is not recognised                                                                                               
2017-04-29 23:27:07,513 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add BedLevel to ultimaker_original_dual, as the action is not recognised                                                                                                 
2017-04-29 23:27:07,513 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add UpgradeFirmware to ultimaker_original_dual, as the action is not recognised                                                                                          
2017-04-29 23:27:07,514 - WARNING - cura.MachineActionManager.addFirstStartAction [90]: Unable to add UMOUpgradeSelection to ultimaker_original_dual, as the action is not recognised                                                                                     
2017-04-29 23:27:07,514 - WARNING - cura.MachineActionManager.addFirstStartAction [90]: Unable to add UMOCheckup to ultimaker_original_dual, as the action is not recognised                                                                                              
2017-04-29 23:27:07,514 - WARNING - cura.MachineActionManager.addFirstStartAction [90]: Unable to add BedLevel to ultimaker_original_dual, as the action is not recognised                                                                                                
2017-04-29 23:27:07,515 - DEBUG - MachineSettingsAction.MachineSettingsAction._onContainerAdded [72]: Not attaching MachineSettingsAction to ultimaker_original_dual; Multi-extrusion printers are not supported                                                          
2017-04-29 23:27:07,557 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add UpgradeFirmware to ultimaker2, as the action is not recognised                                                                                                       
2017-04-29 23:27:07,630 - WARNING - cura.MachineActionManager.addSupportedAction [77]: Unable to add UpgradeFirmware to ultimaker2_go, as the action is not recognised                                                                                                    
2017-04-29 23:27:08,223 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:08,233 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:08,272 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:08,283 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:08,394 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:08,406 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:08,446 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:08,459 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:08,465 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [457]: Unsupported material setting retraction prime speed                                                                                                                            
2017-04-29 23:27:08,465 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [457]: Unsupported material setting nozzle switch prime speed                                                                                                                         
2017-04-29 23:27:08,508 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:08,523 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:08,563 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:08,578 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:08,640 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:08,657 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:08,706 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:08,722 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:08,806 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:08,822 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:08,885 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:08,904 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:08,958 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:08,976 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:09,032 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:09,054 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:09,134 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:09,165 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:09,302 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:09,332 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:09,487 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:09,510 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:09,663 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:09,689 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:09,758 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:09,781 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:09,852 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:09,878 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:10,057 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:10,085 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:10,167 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:10,197 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:10,276 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:10,303 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:10,382 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:10,409 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:10,790 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:10,823 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:11,000 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:11,033 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:11,057 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:11,089 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:11,116 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [457]: Unsupported material setting retraction prime speed                                                                                                                            
2017-04-29 23:27:11,117 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [457]: Unsupported material setting nozzle switch prime speed                                                                                                                         
2017-04-29 23:27:11,226 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:11,259 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:11,495 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:11,531 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:11,643 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:11,682 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:11,916 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:11,952 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:12,058 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:12,096 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:12,118 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [457]: Unsupported material setting retraction prime speed                                                                                                                            
2017-04-29 23:27:12,118 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [457]: Unsupported material setting nozzle switch prime speed                                                                                                                         
2017-04-29 23:27:12,236 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:12,273 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:12,391 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:12,431 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:12,557 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:12,598 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:12,723 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:12,764 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:13,046 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:13,088 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:13,391 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:13,435 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:13,574 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:13,623 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:13,761 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:13,808 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:13,952 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:13,999 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:14,148 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:14,210 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:14,376 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3                                                                                                               
2017-04-29 23:27:14,426 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [506]: No variants found with ID or name AA 0.25 for machine ultimaker3_extended                                                                                                      
2017-04-29 23:27:14,465 - DEBUG - UM.Settings.ContainerRegistry.load [204]: Loading data into container registry took 9.980294704437256 seconds                                                                                                                           
2017-04-29 23:27:14,467 - DEBUG - CuraEngineBackend.CuraEngineBackend._onBackendQuit [545]: Backend quit with return code 0. Resetting process and socket.                                                                                                                
2017-04-29 23:27:14,468 - DEBUG - UM.Controller.setActiveView [81]: Setting active view to SolidView
2017-04-29 23:27:14,475 - WARNING - cura.Settings.ExtruderManager.getMachineExtruders [404]: Tried to get the extruder trains for machine Custom FDM printer #2, which doesn't exist.                                                                                     
2017-04-29 23:27:14,476 - WARNING - cura.Settings.ExtruderManager.getMachineExtruders [404]: Tried to get the extruder trains for machine Custom FDM printer #2, which doesn't exist.                                                                                     
2017-04-29 23:27:14,516 - DEBUG - OctoPrintPlugin.OctoPrintOutputDevice.connect [292]: Connection with instance user222 with url http://user222.ddns.net:81/ started                                                                                                      
2017-04-29 23:27:15,277 - DEBUG - UM.Qt.Bindings.Theme.load [126]: Loading theme file: /usr/share/cura/resources/themes/cura/theme.json                                                                                                                                   
2017-04-29 23:27:15,385 - DEBUG - UM.Qt.Bindings.Theme.load [186]: Loaded theme /usr/share/cura/resources/themes/cura
QObject::connect: Parentheses expected, signal MainWindow::
QObject::connect: Parentheses expected, signal MainWindow::
QObject::connect: Parentheses expected, signal MainWindow::
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Private/BasicTableView.qml:613:17: QML Item: Binding loop detected for property "width"
qml: TableViewSelection: index out of range
qml: TableViewSelection: index out of range
2017-04-29 23:27:15,966 - ERROR - UM.Logger.logException [74]: Exception: Import error loading module 3MFWriter
2017-04-29 23:27:15,966 - ERROR - UM.Logger.logException [78]: Traceback (most recent call last):
2017-04-29 23:27:15,966 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3/dist-packages/UM/PluginRegistry.py", line 293, in _findPlugin                                                                                                                     
2017-04-29 23:27:15,967 - ERROR - UM.Logger.logException [78]:     module = imp.load_module(plugin_id, file, path, desc)
2017-04-29 23:27:15,967 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3.5/imp.py", line 244, in load_module
2017-04-29 23:27:15,967 - ERROR - UM.Logger.logException [78]:     return load_package(name, filename)
2017-04-29 23:27:15,967 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3.5/imp.py", line 216, in load_package
2017-04-29 23:27:15,968 - ERROR - UM.Logger.logException [78]:     return _load(spec)
2017-04-29 23:27:15,968 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 693, in _load
2017-04-29 23:27:15,968 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
2017-04-29 23:27:15,968 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap_external>", line 673, in exec_module                                                                                                                                  
2017-04-29 23:27:15,968 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed                                                                                                                             
2017-04-29 23:27:15,969 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/cura/plugins/3MFWriter/__init__.py", line 6, in <module>                                                                                                                                  
2017-04-29 23:27:15,969 - ERROR - UM.Logger.logException [78]:     from . import ThreeMFWriter
2017-04-29 23:27:15,969 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/cura/plugins/3MFWriter/ThreeMFWriter.py", line 11, in <module>                                                                                                                            
2017-04-29 23:27:15,969 - ERROR - UM.Logger.logException [78]:     import Savitar
2017-04-29 23:27:15,969 - ERROR - UM.Logger.logException [78]: ImportError: No module named 'Savitar'
2017-04-29 23:27:15,970 - ERROR - UM.PluginRegistry._populateMetaData [249]: Could not find plugin 3MFWriter
2017-04-29 23:27:15,971 - ERROR - UM.Logger.logException [74]: Exception: Import error loading module 3MFReader
2017-04-29 23:27:15,972 - ERROR - UM.Logger.logException [78]: Traceback (most recent call last):
2017-04-29 23:27:15,972 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3/dist-packages/UM/PluginRegistry.py", line 293, in _findPlugin                                                                                                                     
2017-04-29 23:27:15,972 - ERROR - UM.Logger.logException [78]:     module = imp.load_module(plugin_id, file, path, desc)
2017-04-29 23:27:15,973 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3.5/imp.py", line 244, in load_module
2017-04-29 23:27:15,973 - ERROR - UM.Logger.logException [78]:     return load_package(name, filename)
2017-04-29 23:27:15,973 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/python3.5/imp.py", line 216, in load_package
2017-04-29 23:27:15,973 - ERROR - UM.Logger.logException [78]:     return _load(spec)
2017-04-29 23:27:15,973 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 693, in _load
2017-04-29 23:27:15,973 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
2017-04-29 23:27:15,974 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap_external>", line 673, in exec_module                                                                                                                                  
2017-04-29 23:27:15,974 - ERROR - UM.Logger.logException [78]:   File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed                                                                                                                             
2017-04-29 23:27:15,974 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/cura/plugins/3MFReader/__init__.py", line 5, in <module>                                                                                                                                  
2017-04-29 23:27:15,974 - ERROR - UM.Logger.logException [78]:     from . import ThreeMFReader
2017-04-29 23:27:15,974 - ERROR - UM.Logger.logException [78]:   File "/usr/lib/cura/plugins/3MFReader/ThreeMFReader.py", line 23, in <module>                                                                                                                            
2017-04-29 23:27:15,975 - ERROR - UM.Logger.logException [78]:     import Savitar
2017-04-29 23:27:15,975 - ERROR - UM.Logger.logException [78]: ImportError: No module named 'Savitar'
2017-04-29 23:27:15,975 - ERROR - UM.PluginRegistry._populateMetaData [249]: Could not find plugin 3MFReader
2017-04-29 23:27:15,975 - ERROR - UM.Qt.Bindings.PluginsModel._update [39]: Plugin is missing a plugin metadata entry
2017-04-29 23:27:15,976 - ERROR - UM.Qt.Bindings.PluginsModel._update [39]: Plugin is missing a plugin metadata entry
2017-04-29 23:27:15,980 - WARNING - UM.Preferences.getValue [81]: Tried to get the value of non-existing setting info/send_slice_info.
2017-04-29 23:27:15,981 - WARNING - UM.Preferences.getValue [81]: Tried to get the value of non-existing setting info/automatic_update_check.
2017-04-29 23:27:15,985 - WARNING - UM.Preferences.getValue [81]: Tried to get the value of non-existing setting gcodereader/show_caution.
2017-04-29 23:27:16,047 - DEBUG - OctoPrintPlugin.DiscoverOctoPrintAction._createAdditionalComponentsView [142]: Creating additional ui components for OctoPrint-connected printers.
2017-04-29 23:27:16,209 - INFO - UM.OutputDevice.OutputDeviceManager.addOutputDevice [103]: Output Device user222 already added
2017-04-29 23:27:16,492 - DEBUG - UM.Qt.QtRenderer._initialize [172]: Support for Vertex Array Objects: True
2017-04-29 23:27:16,498 - DEBUG - UM.View.GL.OpenGL.__init__ [77]: Initialized OpenGL subsystems.
2017-04-29 23:27:16,499 - DEBUG - UM.View.GL.OpenGL.__init__ [78]: OpenGL Version:  4.5 (Core Profile) Mesa 13.0.6
2017-04-29 23:27:16,500 - DEBUG - UM.View.GL.OpenGL.__init__ [79]: OpenGL Vendor:   Intel Open Source Technology Center
2017-04-29 23:27:16,500 - DEBUG - UM.View.GL.OpenGL.__init__ [80]: OpenGL Renderer: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2) 
2017-04-29 23:27:16,501 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]...
2017-04-29 23:27:16,506 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/uranium/resources/shaders/selection.shader]...
2017-04-29 23:27:16,510 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]...
2017-04-29 23:27:16,516 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/uranium/resources/shaders/composite.shader]...
2017-04-29 23:27:16,533 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/cura/resources/shaders/overhang.shader]...
2017-04-29 23:27:16,552 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]...
2017-04-29 23:27:16,571 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]...
2017-04-29 23:27:16,576 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/cura/resources/shaders/grid.shader]...
2017-04-29 23:27:16,583 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/uranium/resources/shaders/platform.shader]...
2017-04-29 23:27:25,797 - DEBUG - UM.Mesh.MeshData.calculateNormalsFromVertices [408]: Calculating normals took 0.00012826919555664062 seconds
2017-04-29 23:27:25,797 - DEBUG - STLReader.STLReader.read [63]: Loaded a mesh with 150 vertices
2017-04-29 23:27:25,798 - DEBUG - UM.Mesh.MeshData.approximateConvexHull [376]: approximateConvexHull(target_count=1024) Calculating 3D convex hull took 0.000461578369140625 seconds. 10 input vertices. 10 output vertices.
2017-04-29 23:27:25,799 - DEBUG - UM.FileHandler.ReadFileJob.run [63]: Loading file took 0.011312246322631836 seconds
2017-04-29 23:27:25,800 - DEBUG - UM.Mesh.MeshData.approximateConvexHull [376]: approximateConvexHull(target_count=1024) Calculating 3D convex hull took 0.0004298686981201172 seconds. 10 input vertices. 10 output vertices.
2017-04-29 23:27:26,217 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/cura/resources/shaders/transparent_object.shader]...
2017-04-29 23:27:31,141 - DEBUG - UM.Backend.Backend._createSocket [209]: Previous socket existed. Closing that first.
2017-04-29 23:27:31,152 - DEBUG - UM.Backend.Backend._logSocketState [168]: Socket state changed to Listening
2017-04-29 23:27:31,187 - INFO - UM.Backend.Backend.startEngine [72]: Started engine process: /usr/bin/CuraEngine
2017-04-29 23:27:31,190 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']
2017-04-29 23:27:31,191 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] Cura_SteamEngine version 14.01
2017-04-29 23:27:31,195 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] Unknown option: j
2017-04-29 23:27:31,196 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] M107
2017-04-29 23:27:31,197 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] G0 F12000 X0.00 Y0.00 Z5.00
2017-04-29 23:27:31,202 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] M104 S0                     ;extruder heater off
2017-04-29 23:27:31,203 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] M140 S0                     ;heated bed heater off (if you have it)
2017-04-29 23:27:31,208 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] G91                            ;relative positioning
2017-04-29 23:27:31,211 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] G1 E-1 F300                    ;retract the filament a bit before lifting the nozzle, to release some of the pressure
2017-04-29 23:27:31,223 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] G1 Z+0.5 E-5 X-20 Y-20 F9000   ;move Z up a bit and retract filament even more
2017-04-29 23:27:31,224 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] G28 X0 Y0                      ;move X/Y to min endstops, so the head is out of the way
2017-04-29 23:27:31,229 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] M84                         ;steppers off
2017-04-29 23:27:31,230 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] G90                         ;absolute positioning
2017-04-29 23:27:31,232 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] 
2017-04-29 23:27:31,243 - DEBUG - CuraEngineBackend.CuraEngineBackend._onBackendQuit [545]: Backend quit with return code 0. Resetting process and socket.
2017-04-29 23:27:31,281 - DEBUG - CuraEngineBackend.CuraEngineBackend._onStartSliceCompleted [310]: Sending slice message took 0.14105916023254395 seconds
2017-04-29 23:27:35,672 - DEBUG - AutoSave.AutoSave._onTimeout [48]: Autosaving preferences, instances and profiles
2017-04-29 23:29:04,672 - DEBUG - AutoSave.AutoSave._onTimeout [48]: Autosaving preferences, instances and profiles
nallath commented 7 years ago

As far as I can see you seem to be running it from source. You also need to install libSavtiar.

userosos commented 7 years ago

In debian repo have not got the package. I installed the cura from PPA (https://launchpad.net/~thopiekar/+archive/ubuntu/cura). At first everything worked but now it not working. I installed libSavtiar from PPA and it not work.

nallath commented 7 years ago

The PPA is not a "official" release from us. Its maintained by @thopiekar.

If you want everything to work, i'd recommend downloading the appimage.

thopiekar commented 7 years ago

I personally see that the module is inside the package.. https://launchpadlibrarian.net/317966410/buildlog_ubuntu-zesty-amd64.libsavitar_2.5.0~201705021151~rev52~pkg144~ubuntu17.04.1_BUILDING.txt.gz

Never used 3MF before, just made the package. Make sure you've installed the latest updates from the PPA.

thopiekar commented 7 years ago

Double checked whether Savitar importable here and yes, the 3MFReader loads fine without any blame of a missing module. Thus there is something wrong with your installation.

userosos commented 7 years ago

@thopiekar Hm... cat /etc/apt/sources.list.d/thopiekar-ubuntu-cura-artful.list

deb http://ppa.launchpad.net/thopiekar/cura/ubuntu xenial main

deb-src http://ppa.launchpad.net/thopiekar/cura/ubuntu xenial main

deb http://ppa.launchpad.net/thopiekar/cura-master/ubuntu zesty main

deb-src http://ppa.launchpad.net/thopiekar/cura-master/ubuntu zesty main

deb http://ppa.launchpad.net/thopiekar/cura/ubuntu zesty main deb-src http://ppa.launchpad.net/thopiekar/cura/ubuntu zesty main

It is correct?

thopiekar commented 7 years ago

Maybe, I don't have an Debian installation here. You should look for the Ubuntu distribution that fits to your Debian version the best. I'm not totally sure which packages in sum have to fit, but libstd6 for example (could also be called differently) has to fit. Otherwise installing libsavitar won't work. However, if you don't​ get any errors because of unsolvable errors in APT then everything should be fine.

However, you are experimenting with Debian over here and giving people support on Ubuntu is already enough for me. If you find a solution for the issue or can reproduce it on Ubuntu itself. Just let me know.