Merge branch '5.4' into CURA-9709_custom_icons_with_profiles

# Conflicts:
#	cura/Machines/Models/IntentSelectionModel.py
This commit is contained in:
Jelle Spijker 2023-06-07 16:20:48 +02:00
commit 22134f2d3c
No known key found for this signature in database
GPG key ID: 034D1C0527888B65
212 changed files with 1857 additions and 911 deletions

View file

@ -57,8 +57,8 @@ class IntentSelectionModel(ListModel):
self._onChange()
_default_intent_categories = ["default", "visual", "engineering", "quick"]
_icons = {"default": "GearCheck", "visual": "Visual", "engineering": "Nut", "quick": "SpeedOMeter"}
_default_intent_categories = ["default", "visual", "engineering", "quick", "annealing"]
_icons = {"default": "GearCheck", "visual": "Visual", "engineering": "Nut", "quick": "SpeedOMeter", "annealing": "Anneal"}
def _onContainerChange(self, container: ContainerInterface) -> None:
"""Updates the list of intents if an intent profile was added or removed."""