Cura/plugins/XmlMaterialProfile
Ghostkeeper dabd905853
Fix serialising materials with submaterials in not loaded container trees
Material profiles need to serialise subprofiles that belong to different printers as well. Some of these materials may not be loaded in the ContainerTree structure. To prevent having to load that as well, we're just not going to use the container tree any more. It turns out that the only reason it was using the container tree was to get the hardware_type metadata from the node in the tree. So just get that from the container itself and we're fine.

Contributes to issue CURA-6600.
2019-08-27 15:47:42 +02:00
..
__init__.py Fix version upgrade 2019-01-14 11:25:02 +01:00
plugin.json Update plugin versions to match package versions 2018-12-17 13:03:21 +01:00
product_to_id.json Fix serialising materials with Ultimaker S5 in it 2019-02-14 17:45:25 +01:00
XmlMaterialProfile.py Fix serialising materials with submaterials in not loaded container trees 2019-08-27 15:47:42 +02:00
XmlMaterialUpgrader.py Remove unused import 2019-02-14 13:54:03 +01:00
XmlMaterialValidator.py Add documentation 2018-06-07 15:49:23 +02:00