Open JPFrancoia opened 6 years ago
We've seen this several times before, usually when the custom profiles had some errors in them. Could you upload your Cura user data directory so we can have a look? cc @LipuFei
Here you are:
@JPFrancoia Thanks. I will have a look.
@JPFrancoia I have made a few fixes in the master branch. Could you try it to see if your quality profiles are updated correctly?
Ok I'll need a little help here.
I cloned the repo and tried tu run cura_app.py
(it seemed a good idea)
cura.CrashHandler.__init__ [62]: An uncaught error has occurred!
cura.CrashHandler.__init__ [65]: Traceback (most recent call last):
cura.CrashHandler.__init__ [65]: File "cura_app.py", line 94, in <module>
cura.CrashHandler.__init__ [65]: if not cura.CuraApplication.CuraApplication.preStartUp(parser = parser, parsed_command_line = known_args):
cura.CrashHandler.__init__ [65]: File "/home/djipey/Desktop/Cura/cura/CuraApplication.py", line 600, in preStartUp
cura.CrashHandler.__init__ [65]: CuraApplication.addCommandLineOptions(parser, parsed_command_line = parsed_command_line)
cura.CrashHandler.__init__ [65]: File "/home/djipey/Desktop/Cura/cura/CuraApplication.py", line 540, in addCommandLineOptions
cura.CrashHandler.__init__ [65]: super().addCommandLineOptions(parser, parsed_command_line = parsed_command_line)
cura.CrashHandler.__init__ [65]: TypeError: addCommandLineOptions() got an unexpected keyword argument 'parsed_command_line'
Error in sys.excepthook:
Traceback (most recent call last):
File "cura_app.py", line 75, in exceptHook
_crash_handler.show()
File "/home/djipey/Desktop/Cura/cura/CrashHandler.py", line 286, in show
Application.getInstance().callLater(self._show)
File "/usr/lib/python3.6/site-packages/UM/Application.py", line 321, in getInstance
Application._instance = cls()
TypeError: __init__() missing 2 required positional arguments: 'name' and 'version'
Original exception was:
Traceback (most recent call last):
File "cura_app.py", line 94, in <module>
if not cura.CuraApplication.CuraApplication.preStartUp(parser = parser, parsed_command_line = known_args):
File "/home/djipey/Desktop/Cura/cura/CuraApplication.py", line 600, in preStartUp
CuraApplication.addCommandLineOptions(parser, parsed_command_line = parsed_command_line)
File "/home/djipey/Desktop/Cura/cura/CuraApplication.py", line 540, in addCommandLineOptions
super().addCommandLineOptions(parser, parsed_command_line = parsed_command_line)
TypeError: addCommandLineOptions() got an unexpected keyword argument 'parsed_command_line'
I'm not sure this is the right way. How do I run Cura from master ?
@JPFrancoia I will create an AppImage for you with master branch.
Thank you very much, I appreciate.
@JPFrancoia There you go. https://send.firefox.com/download/39a83ac04d/#gas08yGVPzRUgYYs35ERKg
Ok I just tested it. SOrry to say that, but it does absolutely nothing :/
I extracted it in my home and ran it. It started with the printer dialog box (none was present). None of my profile was there. I tried to import backed up profiles. I got a dialog box saying they were successfully imported, but they were not present in the combo box.
It seems this appImage is running in some sort of sandbox.
Did I miss something ?
@JPFrancoia can you add the logs from the first run? Maybe some errors pop up.
Ok I understood the problem when I was looking for the logs, the app image created a 3.1 directory in my .local/share/cura directory. Here is a ls of .local/share/cura:
2.7 3.1 master stderr.log stdout.log
Cura installed from my package manager uses the master directory. Sorry for this little waste of time.
Now the serious business:
Machines were properly imported, but not the profiles. Especially this one: PP_local_transparent_0.6_nozzle.zip
When I try to import this profile in the appImage, it says it imported correctly but it doesn't appear in the choices afterwards.
I don't know if it's a nozzle size problem (this profile is for an 0.6 nozzle). Also, I absolutely hate that the nozzle size is not part of the profile, and that it changes some profile parameters when I change the nozzle size.
Still reproduces in the 3.2 beta (on Windows). My reproduce steps were:
%APPDATA%/Local/cura
and %APPDATA%/Roaming/cura
).PP_local_transparent_0.6_nozzle.zip
and rename it to PP_local_transparent_0.6_nozzle.curaprofile
.It says the profile got successfully imported but it is not in the list. Here's my log:
2018-01-28 15:28:14,536 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin FileLogger
2018-01-28 15:28:14,579 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin FirmwareUpdateChecker
2018-01-28 15:28:14,586 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin GCodeProfileReader
2018-01-28 15:28:14,601 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin GCodeReader
2018-01-28 15:28:14,608 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin GCodeWriter
2018-01-28 15:28:14,619 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin ImageReader
2018-01-28 15:28:14,627 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin LegacyProfileReader
2018-01-28 15:28:14,634 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin LocalContainerProvider
2018-01-28 15:28:14,645 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin LocalFileOutputDevice
2018-01-28 15:28:14,654 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin MachineSettingsAction
2018-01-28 15:28:14,662 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin MonitorStage
2018-01-28 15:28:14,672 - WARNING - UM.Preferences.getValue [81]: Tried to get the value of non-existing setting cura/active_mode.
2018-01-28 15:28:14,673 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin PerObjectSettingsTool
2018-01-28 15:28:14,683 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin PluginBrowser
2018-01-28 15:28:14,692 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin PostProcessingPlugin
2018-01-28 15:28:14,699 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin PrepareStage
2018-01-28 15:28:14,711 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin RemovableDriveOutputDevice
2018-01-28 15:28:14,731 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin SimulationView
2018-01-28 15:28:14,742 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin SliceInfoPlugin
2018-01-28 15:28:14,751 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin SolidView
2018-01-28 15:28:14,761 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin CameraTool
2018-01-28 15:28:14,771 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin MirrorTool
2018-01-28 15:28:14,783 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin RotateTool
2018-01-28 15:28:14,795 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin ScaleTool
2018-01-28 15:28:14,803 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin SelectionTool
2018-01-28 15:28:14,815 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin TranslateTool
2018-01-28 15:28:14,830 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin UltimakerMachineActions
2018-01-28 15:28:14,887 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin UM3NetworkPrinting
2018-01-28 15:28:14,900 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin UpdateChecker
2018-01-28 15:28:14,902 - INFO - UpdateChecker.UpdateCheckerJob.run [34]: Checking for new version of cura
2018-01-28 15:28:14,932 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin USBPrinting
2018-01-28 15:28:14,940 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin UserAgreementPlugin
2018-01-28 15:28:14,955 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade21to22
2018-01-28 15:28:14,964 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade22to24
2018-01-28 15:28:14,976 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade25to26
2018-01-28 15:28:14,986 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade26to27
2018-01-28 15:28:14,995 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade27to30
2018-01-28 15:28:15,008 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade30to31
2018-01-28 15:28:15,018 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin SimpleView
2018-01-28 15:28:15,034 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin X3DReader
2018-01-28 15:28:15,052 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin XmlMaterialProfile
2018-01-28 15:28:15,063 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin XRayView
2018-01-28 15:28:15,073 - INFO - UM.VersionUpgradeManager.upgrade [113]: Looking for old configuration files to upgrade.
2018-01-28 15:28:15,080 - DEBUG - UM.Backend.Backend._logSocketState [173]: Socket state changed to Listening
2018-01-28 15:28:15,084 - INFO - UM.Backend.Backend.startEngine [74]: Started engine process: C:\Program Files\Ultimaker Cura 3.2\CuraEngine.exe
2018-01-28 15:28:15,085 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] Calling engine with: ['C:\\Program Files\\Ultimaker Cura 3.2\\CuraEngine.exe', 'connect', '127.0.0.1:49674', '-j', 'C:\\Program Files\\Ultimaker Cura 3.2\\resources\\definitions\\fdmprinter.def.json', '']
2018-01-28 15:28:15,173 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend]
2018-01-28 15:28:15,175 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] Cura_SteamEngine version DEV
2018-01-28 15:28:15,177 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] Copyright (C) 2017 Ultimaker
2018-01-28 15:28:15,178 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend]
2018-01-28 15:28:15,179 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] This program is free software: you can redistribute it and/or modify
2018-01-28 15:28:15,181 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] it under the terms of the GNU Affero General Public License as published by
2018-01-28 15:28:15,183 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] the Free Software Foundation, either version 3 of the License, or
2018-01-28 15:28:15,185 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] (at your option) any later version.
2018-01-28 15:28:15,186 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend]
2018-01-28 15:28:15,187 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] This program is distributed in the hope that it will be useful,
2018-01-28 15:28:15,189 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
2018-01-28 15:28:15,190 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2018-01-28 15:28:15,192 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] GNU Affero General Public License for more details.
2018-01-28 15:28:15,193 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend]
2018-01-28 15:28:15,194 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] You should have received a copy of the GNU Affero General Public License
2018-01-28 15:28:15,196 - DEBUG - UM.Backend.Backend._backendLog [90]: [Backend] along with this program. If not, see <http://www.gnu.org/licenses/>.
2018-01-28 15:28:15,199 - DEBUG - UM.Backend.Backend._logSocketState [177]: Socket state changed to Connected
2018-01-28 15:28:15,201 - DEBUG - UM.Backend.Backend._onSocketStateChanged [167]: Backend connected on port 49674
2018-01-28 15:28:16,729 - WARNING - UM.Preferences.getValue [81]: Tried to get the value of non-existing setting view/filter_current_build_plate.
2018-01-28 15:28:16,731 - DEBUG - cura.Scene.CuraSceneController.setActiveBuildPlate [101]: Select build plate: 0
2018-01-28 15:28:16,735 - DEBUG - UM.Controller.setActiveStage [155]: Setting active stage to PrepareStage
2018-01-28 15:28:16,736 - DEBUG - UM.Controller.setActiveView [92]: Setting active view to SolidView
2018-01-28 15:28:17,102 - DEBUG - UM.Qt.Bindings.Theme.load [172]: Loading theme file: C:\Program Files\Ultimaker Cura 3.2\resources\themes\cura-light\theme.json
2018-01-28 15:28:17,179 - DEBUG - UM.Qt.Bindings.Theme.load [240]: Loaded theme C:\Program Files\Ultimaker Cura 3.2\resources\themes\cura-light
2018-01-28 15:28:17,367 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container fdmprinter
2018-01-28 15:28:17,534 - DEBUG - UM.Controller.setActiveView [92]: Setting active view to SolidView
2018-01-28 15:28:18,104 - WARNING - UM.Qt.Bindings.Theme.getColor [101]: No color black defined in Theme
2018-01-28 15:28:18,246 - DEBUG - UM3NetworkPrinting.DiscoverUM3Action._createAdditionalComponentsView [136]: Creating additional ui components for UM3.
2018-01-28 15:28:18,274 - DEBUG - UM3NetworkPrinting.DiscoverUM3Action.startDiscovery [36]: Starting printer discovery.
2018-01-28 15:28:18,342 - DEBUG - UM.Controller.setActiveStage [155]: Setting active stage to PrepareStage
2018-01-28 15:28:18,459 - WARNING - cura.Settings.ContainerManager.getContainerMetaDataEntry [197]: Could not get metadata of container because it was not found.
2018-01-28 15:28:18,559 - WARNING - cura.Settings.ContainerManager.getContainerMetaDataEntry [197]: Could not get metadata of container because it was not found.
2018-01-28 15:28:18,724 - DEBUG - UM.Qt.QtRenderer._initialize [184]: Support for Vertex Array Objects: True
2018-01-28 15:28:18,731 - DEBUG - UM.View.GL.OpenGL.__init__ [92]: Initialized OpenGL subsystems.
2018-01-28 15:28:18,733 - DEBUG - UM.View.GL.OpenGL.__init__ [93]: OpenGL Version: 4.1.0 NVIDIA 376.09
2018-01-28 15:28:18,734 - DEBUG - UM.View.GL.OpenGL.__init__ [94]: OpenGL Vendor: NVIDIA Corporation
2018-01-28 15:28:18,735 - DEBUG - UM.View.GL.OpenGL.__init__ [95]: OpenGL Renderer: GeForce GTX 560/PCIe/SSE2
2018-01-28 15:28:18,737 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [C:\Program Files\Ultimaker Cura 3.2\resources\shaders\default.shader]...
2018-01-28 15:28:18,740 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [C:\Program Files\Ultimaker Cura 3.2\resources\shaders\selection.shader]...
2018-01-28 15:28:18,744 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [C:\Program Files\Ultimaker Cura 3.2\resources\shaders\default.shader]...
2018-01-28 15:28:18,746 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [C:\Program Files\Ultimaker Cura 3.2\resources\shaders\composite.shader]...
2018-01-28 15:28:18,750 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [C:\Program Files\Ultimaker Cura 3.2\resources\shaders\overhang.shader]...
2018-01-28 15:28:18,753 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [C:\Program Files\Ultimaker Cura 3.2\resources\shaders\striped.shader]...
2018-01-28 15:28:18,757 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [C:\Program Files\Ultimaker Cura 3.2\resources\shaders\transparent_object.shader]...
2018-01-28 15:28:18,760 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [C:\Program Files\Ultimaker Cura 3.2\resources\shaders\striped.shader]...
2018-01-28 15:28:18,763 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [C:\Program Files\Ultimaker Cura 3.2\resources\shaders\platform.shader]...
2018-01-28 15:28:24,580 - INFO - UserAgreementPlugin.UserAgreement.didAgree [37]: User agreed to the user agreement
2018-01-28 15:28:28,053 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container ultimaker2_plus
2018-01-28 15:28:28,293 - DEBUG - cura.Settings.MachineManager._onInstanceContainersChanged [357]: Connecting profiles model...
2018-01-28 15:28:28,307 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container ultimaker2_plus_0.8
2018-01-28 15:28:28,309 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container ultimaker2_plus_0.4
2018-01-28 15:28:28,311 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container ultimaker2_plus_0.6
2018-01-28 15:28:28,313 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container ultimaker2_plus_0.25
2018-01-28 15:28:28,404 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container generic_pla
2018-01-28 15:28:28,406 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker2_plus
2018-01-28 15:28:28,421 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker2_extended_plus
2018-01-28 15:28:28,435 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker2
2018-01-28 15:28:28,436 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker2_go
2018-01-28 15:28:28,437 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker2_extended
2018-01-28 15:28:28,438 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker_original
2018-01-28 15:28:28,439 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker3
2018-01-28 15:28:28,457 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker3_extended
2018-01-28 15:28:28,475 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID imade3d_jellybox
2018-01-28 15:28:28,489 - WARNING - UM.Settings.ContainerRegistry.addContainer [342]: Container with ID generic_pla_ultimaker2_plus_0.4_mm was already added.
2018-01-28 15:28:28,493 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container pla_0.4_normal
2018-01-28 15:28:28,496 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container fdmextruder
2018-01-28 15:28:28,537 - INFO - cura.Settings.GlobalStack.addExtruder [70]: Extruder[Ultimaker 2+ fdmextruder] added to [Ultimaker 2+] at position [0]
2018-01-28 15:28:28,569 - WARNING - cura.Settings.GlobalStack.addExtruder [66]: Extruder [Ultimaker 2+ fdmextruder] has already been added to this stack [Ultimaker 2+]
2018-01-28 15:28:28,576 - WARNING - cura.Settings.GlobalStack.addExtruder [66]: Extruder [Ultimaker 2+ fdmextruder] has already been added to this stack [Ultimaker 2+]
2018-01-28 15:28:28,577 - WARNING - UM.Settings.ContainerStack.addMetaDataEntry [166]: Meta data with key machine was already added.
2018-01-28 15:28:28,579 - WARNING - cura.Settings.ExtruderManager.registerExtruder [223]: Extruder [Ultimaker 2+ fdmextruder] has already been registered on machine [Ultimaker 2+], not doing anything
2018-01-28 15:28:28,671 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_pc_0.6_normal
2018-01-28 15:28:28,674 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_pp_0.6_draft
2018-01-28 15:28:28,678 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_pc_0.8_normal
2018-01-28 15:28:28,680 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_cpep_0.8_normal
2018-01-28 15:28:28,683 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_cpep_0.4_normal
2018-01-28 15:28:28,686 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_abs_0.4_normal
2018-01-28 15:28:28,688 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_pc_0.8_draft
2018-01-28 15:28:28,691 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_nylon_0.25_high
2018-01-28 15:28:28,694 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_abs_0.25_normal
2018-01-28 15:28:28,696 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container pla_0.8_normal
2018-01-28 15:28:28,698 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_nylon_0.6_fast
2018-01-28 15:28:28,700 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_nylon_0.6_normal
2018-01-28 15:28:28,703 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_cpe_0.25_normal
2018-01-28 15:28:28,705 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_nylon_0.25_normal
2018-01-28 15:28:28,708 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_abs_0.8_normal
2018-01-28 15:28:28,710 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_cpe_0.4_high
2018-01-28 15:28:28,712 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_tpu_0.6_fast
2018-01-28 15:28:28,715 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_pp_0.8_verydraft
2018-01-28 15:28:28,718 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_nylon_0.4_normal
2018-01-28 15:28:28,721 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container pla_0.6_normal
2018-01-28 15:28:28,723 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container pla_0.25_normal
2018-01-28 15:28:28,725 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_cpe_0.6_normal
2018-01-28 15:28:28,727 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_pc_0.6_fast
2018-01-28 15:28:28,730 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_cpe_0.4_normal
2018-01-28 15:28:28,732 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_pc_0.4_normal
2018-01-28 15:28:28,735 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_tpu_0.25_high
2018-01-28 15:28:28,738 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_nylon_0.8_normal
2018-01-28 15:28:28,740 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_cpep_0.6_draft
2018-01-28 15:28:28,743 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_pp_0.6_fast
2018-01-28 15:28:28,747 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_cpep_0.4_draft
2018-01-28 15:28:28,749 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_cpe_0.8_normal
2018-01-28 15:28:28,751 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_abs_0.4_high
2018-01-28 15:28:28,753 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_pp_0.4_normal
2018-01-28 15:28:28,757 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_nylon_0.8_draft
2018-01-28 15:28:28,760 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_nylon_0.4_fast
2018-01-28 15:28:28,762 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_pp_0.4_fast
2018-01-28 15:28:28,766 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_cpep_0.8_draft
2018-01-28 15:28:28,769 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container pla_0.4_high
2018-01-28 15:28:28,771 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container pla_0.4_fast
2018-01-28 15:28:28,773 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_cpe_0.4_fast
2018-01-28 15:28:28,775 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_cpep_0.6_normal
2018-01-28 15:28:28,777 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_pc_0.25_high
2018-01-28 15:28:28,780 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_pp_0.8_draft
2018-01-28 15:28:28,784 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_pc_0.4_fast
2018-01-28 15:28:28,786 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_abs_0.6_normal
2018-01-28 15:28:28,788 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_abs_0.4_fast
2018-01-28 15:28:28,791 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_pc_0.25_normal
2018-01-28 15:28:28,793 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container um2p_tpu_0.4_normal
2018-01-28 15:28:29,966 - DEBUG - cura.Settings.MachineManager._checkStacksHaveErrors [415]: Checking 2 stacks for errors took 0.49 s
2018-01-28 15:28:30,575 - DEBUG - cura.Settings.MachineManager._checkStacksHaveErrors [415]: Checking 2 stacks for errors took 0.47 s
2018-01-28 15:28:30,598 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [C:\Program Files\Ultimaker Cura 3.2\resources\shaders\default.shader]...
2018-01-28 15:28:30,601 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [C:\Program Files\Ultimaker Cura 3.2\resources\shaders\grid.shader]...
2018-01-28 15:28:30,622 - DEBUG - UM.Mesh.MeshData.approximateConvexHull [388]: approximateConvexHull(target_count=1024) Calculating 3D convex hull took 0.010006427764892578 seconds. 265 input vertices. 265 output vertices.
2018-01-28 15:28:31,710 - DEBUG - cura.Settings.MachineManager._checkStacksHaveErrors [415]: Checking 2 stacks for errors took 0.46 s
2018-01-28 15:28:32,206 - DEBUG - CuraEngineBackend.CuraEngineBackend.slice [197]: starting to slice!
2018-01-28 15:28:32,207 - DEBUG - CuraEngineBackend.CuraEngineBackend.slice [214]: Going to slice build plate [0]!
2018-01-28 15:28:32,207 - DEBUG - CuraEngineBackend.CuraEngineBackend.slice [218]: Build plate 0 has no objects to be sliced, skipping
2018-01-28 15:28:52,752 - DEBUG - AutoSave.AutoSave._onTimeout [48]: Autosaving preferences, instances and profiles
2018-01-28 15:29:29,677 - DEBUG - cura.Settings.MachineManager.setActiveVariant [849]: Attempting to change the active variant to ultimaker2_plus_0.6
2018-01-28 15:29:29,678 - DEBUG - cura.Settings.MachineManager.setActiveVariant [855]: Active variant changed to ultimaker2_plus_0.6
2018-01-28 15:29:29,680 - WARNING - UM.Decorators.deprecated_function [19]: <function MachineManager._updateMaterialContainer at 0x0000005B893A0AE8> is deprecated (since 2.7): Use ExtruderStack.material = ... and it won't be necessary
2018-01-28 15:29:29,684 - DEBUG - cura.Settings.MachineManager.setActiveMaterial [766]: Attempting to change the active material to generic_pla_ultimaker2_plus_0.6_mm
2018-01-28 15:29:29,686 - DEBUG - cura.Settings.MachineManager.setActiveMaterial [785]: Active material changed
2018-01-28 15:29:30,936 - DEBUG - cura.Settings.MachineManager._checkStacksHaveErrors [415]: Checking 2 stacks for errors took 0.46 s
2018-01-28 15:29:31,594 - DEBUG - cura.Settings.MachineManager._checkStacksHaveErrors [415]: Checking 2 stacks for errors took 0.49 s
2018-01-28 15:29:32,635 - DEBUG - cura.Settings.MachineManager._checkStacksHaveErrors [415]: Checking 2 stacks for errors took 0.46 s
2018-01-28 15:29:33,123 - DEBUG - CuraEngineBackend.CuraEngineBackend.slice [197]: starting to slice!
2018-01-28 15:29:33,124 - DEBUG - CuraEngineBackend.CuraEngineBackend.slice [214]: Going to slice build plate [0]!
2018-01-28 15:29:33,124 - DEBUG - CuraEngineBackend.CuraEngineBackend.slice [218]: Build plate 0 has no objects to be sliced, skipping
2018-01-28 15:29:33,381 - DEBUG - LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container generic_pp
2018-01-28 15:29:33,383 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker2_plus
2018-01-28 15:29:33,398 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker2_extended_plus
2018-01-28 15:29:33,413 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker3
2018-01-28 15:29:33,431 - DEBUG - XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker3_extended
2018-01-28 15:29:33,455 - WARNING - UM.Settings.ContainerRegistry.addContainer [342]: Container with ID generic_pp_ultimaker2_plus_0.6_mm was already added.
2018-01-28 15:29:33,457 - DEBUG - cura.Settings.MachineManager.setActiveMaterial [766]: Attempting to change the active material to generic_pp_ultimaker2_plus_0.6_mm
2018-01-28 15:29:33,458 - DEBUG - cura.Settings.MachineManager.setActiveMaterial [785]: Active material changed
2018-01-28 15:29:33,467 - DEBUG - cura.Settings.MachineManager.setActiveMaterial [814]: Attempting to find fallback quality
2018-01-28 15:29:34,901 - DEBUG - cura.Settings.MachineManager._checkStacksHaveErrors [415]: Checking 2 stacks for errors took 0.46 s
2018-01-28 15:29:35,546 - DEBUG - cura.Settings.MachineManager._checkStacksHaveErrors [415]: Checking 2 stacks for errors took 0.46 s
2018-01-28 15:29:36,790 - DEBUG - cura.Settings.MachineManager._checkStacksHaveErrors [415]: Checking 2 stacks for errors took 0.46 s
2018-01-28 15:29:37,281 - DEBUG - CuraEngineBackend.CuraEngineBackend.slice [197]: starting to slice!
2018-01-28 15:29:37,281 - DEBUG - CuraEngineBackend.CuraEngineBackend.slice [214]: Going to slice build plate [0]!
2018-01-28 15:29:37,282 - DEBUG - CuraEngineBackend.CuraEngineBackend.slice [218]: Build plate 0 has no objects to be sliced, skipping
2018-01-28 15:29:47,513 - DEBUG - cura.Settings.MachineManager._checkStacksHaveErrors [415]: Checking 2 stacks for errors took 0.46 s
2018-01-28 15:29:48,230 - DEBUG - cura.Settings.MachineManager._checkStacksHaveErrors [415]: Checking 2 stacks for errors took 0.46 s
2018-01-28 15:29:48,731 - DEBUG - CuraEngineBackend.CuraEngineBackend.slice [197]: starting to slice!
2018-01-28 15:29:48,731 - DEBUG - CuraEngineBackend.CuraEngineBackend.slice [214]: Going to slice build plate [0]!
2018-01-28 15:29:48,732 - DEBUG - CuraEngineBackend.CuraEngineBackend.slice [218]: Build plate 0 has no objects to be sliced, skipping
2018-01-28 15:29:49,093 - WARNING - UM.Qt.QtApplication.__onQmlWarning [269]: file:///C:/Program Files/Ultimaker Cura 3.2/resources/qml/Preferences/ProfilesPage.qml:217:27: Unable to assign [undefined] to QString
2018-01-28 15:29:58,793 - DEBUG - AutoSave.AutoSave._onTimeout [48]: Autosaving preferences, instances and profiles
2018-01-28 15:30:58,472 - DEBUG - cura.Settings.CuraContainerRegistry.importProfile [188]: Attempting to import profile C:/Users/Ruben/Desktop/PP_local_transparent_0.6_nozzle.curaprofile
2018-01-28 15:30:58,493 - WARNING - UM.Settings.InstanceContainer.addMetaDataEntry [232]: Meta data with key material was already added.
2018-01-28 15:31:08,560 - DEBUG - AutoSave.AutoSave._onTimeout [48]: Autosaving preferences, instances and profiles
2018-01-28 15:31:09,949 - DEBUG - cura.Settings.MachineManager._checkStacksHaveErrors [415]: Checking 2 stacks for errors took 0.46 s
2018-01-28 15:31:10,452 - DEBUG - CuraEngineBackend.CuraEngineBackend.slice [197]: starting to slice!
2018-01-28 15:31:10,452 - DEBUG - CuraEngineBackend.CuraEngineBackend.slice [214]: Going to slice build plate [0]!
2018-01-28 15:31:10,453 - DEBUG - CuraEngineBackend.CuraEngineBackend.slice [218]: Build plate 0 has no objects to be sliced, skipping
2018-01-28 15:31:18,906 - DEBUG - AutoSave.AutoSave._onTimeout [48]: Autosaving preferences, instances and profiles
2018-01-28 15:31:36,059 - DEBUG - AutoSave.AutoSave._onTimeout [48]: Autosaving preferences, instances and profiles
This may be from creating a printer then renaming it. I had someone recently report an error related to this. They are getting the "Could not get metadata of container" and it was due to it being renamed, but the file did not.
It works for me when using the steps as described by @Ghostkeeper , i used the 4.2 Beta on win10. The profile is successfully imported and shown in the list.
Is this still an issue or can this be closed?
Application Version 3.1.0-1
Platform Archlinux
Qt 5.10.0-1
PyQt 5.9.2-2
Steps to Reproduce Upgrade from Cura 3.0.3-1 to Cura 3.1.0-1 through package manager
Actual Results
Old profiles seem to be carried on, but some parameters were changed (line width, shell thickness, colling parameters, etc).
Manually importing backups of these profiles gives the same result.
Expected results
My profiles should be carried on, with the same parameters. Importing profiles should give me expected parameters.
Additional Information
I updated Cura after my holidays. My old profiles seem to have been carried on, but some parameters were changed and I don't know why. I tried to import backups of these profiles, but each time the parameters were not exactly what they are supposed to be. For example, in one of my profiles the line width is supposed to be 0.6 mm. After update, it's now set to 0.57.
Why is that ?
I donwgraded to 3.0 now and importing these profiles works fine.