mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
Rename "smooth" intent to draft
CURA-6890
This commit is contained in:
parent
355ebd4e71
commit
1af1a8ddcb
7 changed files with 10 additions and 10 deletions
|
@ -41,11 +41,11 @@ class IntentCategoryModel(ListModel):
|
|||
}
|
||||
_translations["engineering"] = {
|
||||
"name": catalog.i18nc("@label", "Engineering"),
|
||||
"description": catalog.i18nc("@text", "Suitable for engineering work")
|
||||
"description": catalog.i18nc("@text", "Optimized for higher accuracy")
|
||||
}
|
||||
_translations["smooth"] = {
|
||||
"name": catalog.i18nc("@label", "Smooth"),
|
||||
"description": catalog.i18nc("@text", "Optimized for a smooth surfaces")
|
||||
_translations["quick"] = {
|
||||
"name": catalog.i18nc("@label", "Draft"),
|
||||
"description": catalog.i18nc("@text", "Optimized for fast results")
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ definition = ultimaker_s3
|
|||
[metadata]
|
||||
setting_version = 10
|
||||
type = intent
|
||||
intent_category = smooth
|
||||
intent_category = quick
|
||||
quality_type = draft
|
||||
material = generic_abs
|
||||
variant = AA 0.4
|
||||
|
|
|
@ -6,7 +6,7 @@ definition = ultimaker_s3
|
|||
[metadata]
|
||||
setting_version = 10
|
||||
type = intent
|
||||
intent_category = smooth
|
||||
intent_category = quick
|
||||
quality_type = draft
|
||||
material = generic_pla
|
||||
variant = AA 0.4
|
||||
|
|
|
@ -6,7 +6,7 @@ definition = ultimaker_s3
|
|||
[metadata]
|
||||
setting_version = 10
|
||||
type = intent
|
||||
intent_category = smooth
|
||||
intent_category = quick
|
||||
quality_type = draft
|
||||
material = generic_tough_pla
|
||||
variant = AA 0.4
|
||||
|
|
|
@ -6,7 +6,7 @@ definition = ultimaker_s5
|
|||
[metadata]
|
||||
setting_version = 10
|
||||
type = intent
|
||||
intent_category = smooth
|
||||
intent_category = quick
|
||||
quality_type = draft
|
||||
material = generic_abs
|
||||
variant = AA 0.4
|
||||
|
|
|
@ -6,7 +6,7 @@ definition = ultimaker_s5
|
|||
[metadata]
|
||||
setting_version = 10
|
||||
type = intent
|
||||
intent_category = smooth
|
||||
intent_category = quick
|
||||
quality_type = draft
|
||||
material = generic_pla
|
||||
variant = AA 0.4
|
||||
|
|
|
@ -6,7 +6,7 @@ definition = ultimaker_s5
|
|||
[metadata]
|
||||
setting_version = 10
|
||||
type = intent
|
||||
intent_category = smooth
|
||||
intent_category = quick
|
||||
quality_type = draft
|
||||
material = generic_tough_pla
|
||||
variant = AA 0.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue