mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Merge branch '5.4' into CURA-9709_custom_icons_with_profiles
# Conflicts: # cura/Machines/Models/IntentSelectionModel.py
This commit is contained in:
commit
22134f2d3c
212 changed files with 1857 additions and 911 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue