Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Edwards <s.edwards@ultimaker.com>2016-10-13 11:55:32 +0300
committerSimon Edwards <s.edwards@ultimaker.com>2016-10-13 11:55:32 +0300
commitf659d01da185380268ff18fd5f0e2bf0dea7307d (patch)
treefee69eddb9e15fd9489c5265ba27dd982c0d29f0 /cura/QualityManager.py
parentc0654c56a046e99b2082fa4a5a0cf5a120986a75 (diff)
Make the labels in the quality menus match those from the selected extruder.
CURA-2271 Warn for unsupported material/printcore combinations
Diffstat (limited to 'cura/QualityManager.py')
-rw-r--r--cura/QualityManager.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cura/QualityManager.py b/cura/QualityManager.py
index c356951156..09e9d283ed 100644
--- a/cura/QualityManager.py
+++ b/cura/QualityManager.py
@@ -131,7 +131,8 @@ class QualityManager:
#
# \param global_container_stack \type{ContainerStack} the global machine definition
# \param extruder_stacks \type{List[ContainerStack]} the list of extruder stacks
- # \return \type{List[InstanceContainer]} the list of the matching qualities
+ # \return \type{List[InstanceContainer]} the list of the matching qualities. The quality profiles
+ # return come from the first extruder in the given list of extruders.
def findAllUsableQualitiesForMachineAndExtruders(self, global_container_stack, extruder_stacks):
global_machine_definition = global_container_stack.getBottom()