mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Implement selectDefaultIntent
Bit of a weird one. Contributes to issue CURA-6091.
This commit is contained in:
parent
aa0bf2f6ba
commit
96c111553a
1 changed files with 2 additions and 2 deletions
|
@ -118,5 +118,5 @@ class IntentManager:
|
|||
application.getMachineManager().setQualityGroupByQualityType(quality_type)
|
||||
|
||||
def selectDefaultIntent(self) -> None:
|
||||
category, quality_type = self.defaultIntent()
|
||||
self.selectIntent(category, quality_type)
|
||||
for extruder_stack in ExtruderManager.getInstance().getUsedExtruderStacks():
|
||||
extruder_stack.intent = self.defaultIntent()
|
Loading…
Add table
Add a link
Reference in a new issue