Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't change filament color #1719

Closed
SnowZA opened this issue Apr 21, 2017 · 8 comments
Closed

Can't change filament color #1719

SnowZA opened this issue Apr 21, 2017 · 8 comments

Comments

@SnowZA
Copy link

SnowZA commented Apr 21, 2017

In the material manager of cura 2.5, cura crashes if I try to change the color of the filament. The color picker dialog opens, but as soon as I select a color, cura crashes to desktop. The log contains the following:

--- Logging error --- Traceback (most recent call last): File "D:\env\inst\Lib\logging\__init__.py", line 980, in emit File "D:\env\inst\Lib\logging\__init__.py", line 830, in format File "D:\env\inst\Lib\logging\__init__.py", line 568, in format File "D:\env\inst\Lib\logging\__init__.py", line 536, in usesTime File "D:\env\inst\Lib\logging\__init__.py", line 380, in usesTime RecursionError: maximum recursion depth exceeded in comparison Call stack: File "<frozen importlib._bootstrap>", line 969, in _find_and_load File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 664, in _load_unlocked File "<frozen importlib._bootstrap>", line 634, in _load_backward_compatible File "D:\env\inst\lib\site-packages\cx_Freeze\initscripts\__startup__.py", line 12, in <module> File "<frozen importlib._bootstrap>", line 969, in _find_and_load File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 664, in _load_unlocked File "<frozen importlib._bootstrap>", line 634, in _load_backward_compatible File "D:\env\inst\lib\site-packages\cx_Freeze\initscripts\Console.py", line 24, in <module> File "D:/2.5/build/inst/bin/cura_app.py", line 71, in <module> File "D:/2.5/build/inst/lib/python3.5/site-packages/cura\CuraApplication.py", line 627, in run File "D:/2.5/build/inst/lib/python3.5/site-packages/cura\Settings\ContainerManager.py", line 232, in setContainerMetaDataEntry File "C:\Program Files\Cura 2.5\plugins\XmlMaterialProfile\XmlMaterialProfile.py", line 48, in setMetaDataEntry container.setMetaDataEntry(key, value) File "C:\Program Files\Cura 2.5\plugins\XmlMaterialProfile\XmlMaterialProfile.py", line 48, in setMetaDataEntry container.setMetaDataEntry(key, value) File "C:\Program Files\Cura 2.5\plugins\XmlMaterialProfile\XmlMaterialProfile.py", line 48, in setMetaDataEntry container.setMetaDataEntry(key, value) <<snip>> File "C:\Program Files\Cura 2.5\plugins\XmlMaterialProfile\XmlMaterialProfile.py", line 43, in setMetaDataEntry super().setMetaDataEntry(key, value) File "D:/2.5/build/inst/lib/python3.5/site-packages/UM\Settings\InstanceContainer.py", line 210, in setMetaDataEntry File "D:/2.5/build/inst/lib/python3.5/site-packages/UM\Logger.py", line 58, in log File "C:\Program Files\Cura 2.5\plugins\FileLogger\FileLogger.py", line 36, in log self._logger.warning(message) File "D:\env\inst\Lib\logging\__init__.py", line 1291, in warning File "D:\env\inst\Lib\logging\__init__.py", line 1415, in _log File "D:\env\inst\Lib\logging\__init__.py", line 1425, in handle File "D:\env\inst\Lib\logging\__init__.py", line 1487, in callHandlers File "D:\env\inst\Lib\logging\__init__.py", line 855, in handle File "D:\env\inst\Lib\logging\__init__.py", line 1048, in emit File "D:\env\inst\Lib\logging\__init__.py", line 986, in emit Message: 'UM.Settings.InstanceContainer.setMetaDataEntry [210]: Meta data with key color_code was not found. Unable to change.' Arguments: () 2017-04-21 17:25:18,228 - WARNING - UM.Settings.InstanceContainer.setMetaDataEntry [210]: Meta data with key color_code was not found. Unable to change.

@fieldOfView
Copy link
Collaborator

Which material did you try? Was it duplicated from one of the materials that show up with a white "swatch" in the list but a yellow swatch in the selected material view on the right?

Devs: The problem is that these materials define no color_code in the XML file, as reported here:
Ultimaker/fdm_materials#5 (comment)

@SnowZA
Copy link
Author

SnowZA commented Apr 24, 2017

Yes, it was from one of those. I was trying to make my own 1.75mm materials, so duplicated one that already had a 1.75mm diameter.

@fieldOfView
Copy link
Collaborator

As a workaround, duplicate one that already has a working color instead.

@Ghostkeeper
Copy link
Collaborator

I just added the missing colour codes: Ultimaker/fdm_materials@728ba51

@Ghostkeeper
Copy link
Collaborator

I'm not able to reproduce this, by the way, not even before I added those colour codes.

@fieldOfView
Copy link
Collaborator

I could. I think the actual crash may very well be platform specific, since Qt tries to open a system color picker.

@SnowZA
Copy link
Author

SnowZA commented Apr 25, 2017

I'm using this on Windows 10. The crash happens when I try to close the system color picker. The dialog opens fine, but the moment it tries to update the material with the selected color, the crash happens.

@BagelOrb
Copy link
Contributor

This bug should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants