mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fix tests for ContainerManager
CURA-6600
This commit is contained in:
parent
719e69692c
commit
e18820b846
2 changed files with 18 additions and 15 deletions
|
@ -143,7 +143,6 @@ class IntentManager(QObject):
|
|||
extruder_stack.intent = intent[0]
|
||||
else:
|
||||
extruder_stack.intent = self.getDefaultIntent()
|
||||
|
||||
application.getMachineManager().setQualityGroupByQualityType(quality_type)
|
||||
if old_intent_category != intent_category:
|
||||
self.intentCategoryChanged.emit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue