mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Internal docs.
CURA-2852 Activating customised material will not duplicate UM2+ profiles
This commit is contained in:
parent
41ed9661f6
commit
21f1b12ee8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue