Cura/plugins/XmlMaterialProfile
Ghostkeeper 694254e299
Fix MIME type of material resources
Because of this wrong MIME type, the material profile would get saved using the preferred extension of the instance container, .inst.cfg. This would then get interpreted as having the MIME type of instance containers, and then it would fail to load because it is not an INI file.

Now it stores it as .xml.fdm_material and so the MIME type database interprets it as an XML file.

Contributes to issue CURA-3937.
2017-06-16 15:54:42 +02:00
..
__init__.py Fix MIME type of material resources 2017-06-16 15:54:42 +02:00
XmlMaterialProfile.py Fix filtering maerials after editing materials 2017-06-14 10:42:04 +02:00
XmlMaterialUpgrader.py Only use <fdmmaterial version> for detecting material file version 2017-05-23 11:51:31 +02:00