Internal docs.

CURA-2852 Activating customised material will not duplicate UM2+ profiles
This commit is contained in:
Simon Edwards 2016-10-31 16:03:40 +01:00
parent 41ed9661f6
commit 21f1b12ee8

View file

@ -27,7 +27,7 @@ class QualityManager:
# specified then the currently selected machine definition is used.
# \param material_containers (Optional) \type{List[ContainerInstance]} If nothing is specified then
# the current set of selected materials is used.
# \return the matching quality containers \type{List[ContainerInstance]}
# \return the matching quality container \type{ContainerInstance}
def findQualityByName(self, quality_name, machine_definition=None, material_containers=None):
criteria = {"type": "quality", "name": quality_name}
result = self._getFilteredContainersForStack(machine_definition, material_containers, **criteria)