Cura/plugins/XmlMaterialProfile
Jaime van Kessel d68f6a4e9a Instead of discarding a profile if it's not compatible, we mark it as such.
The old approach was far to naive. We actually have 3 states;
- Supported (we have a profile)
- Not supported (Don't have a profile)
- Don't do this, lest you awaken the Old Gods (Error)

In case 1 and 3 we now do have a profile.

CURA-2271
2016-09-09 11:57:34 +02:00
..
__init__.py Mark XmlMaterialProfile as type "material" so the import/export code can find it 2016-07-07 01:42:39 +02:00
XmlMaterialProfile.py Instead of discarding a profile if it's not compatible, we mark it as such. 2016-09-09 11:57:34 +02:00