mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Add anealing description and icon
CURA-10633
This commit is contained in:
parent
bb991e1e2c
commit
e2ac1ef810
3 changed files with 18 additions and 0 deletions
|
@ -76,6 +76,12 @@ class IntentSelectionModel(ListModel):
|
|||
"description": catalog.i18nc("@text", "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction."),
|
||||
"icon": "SpeedOMeter"
|
||||
}
|
||||
default_profile_information["annealing"] = {
|
||||
"name": catalog.i18nc("@label", "Annealing"),
|
||||
"description": catalog.i18nc("@text",
|
||||
"The annealing profile requires post-processing in an oven after the print is finished. This profile retains the dimensional accuracy of the printed part after annealing and improves strength, stiffness, and thermal resistance."),
|
||||
"icon": "Anneal"
|
||||
}
|
||||
return default_profile_information
|
||||
|
||||
def _onContainerChange(self, container: ContainerInterface) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue