mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Also select correct quality level on the stack when changing intent
Contributes to issue CURA-6091.
This commit is contained in:
parent
fa65875824
commit
64e3a99ad3
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ class IntentManager:
|
|||
def selectIntent(self, intent_category, quality_type):
|
||||
for extruder in all_extruders:
|
||||
extruder_stack.intent = ContainerRegistry.getInstance().findContainers(type = "intent", definition = current_definition_id, variant = extruder_nozzle_id, material = extruder_material_id)[0]
|
||||
extruder_stack.quality = ContainerRegistry.getInstance().findContainers(type = "quality", quality_type = quality_type)
|
||||
|
||||
def selectDefaultIntent(self) -> None:
|
||||
category, quality_type = self.defaultIntent()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue