mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Correct profile_translations in VersionUpgrade21to22
CURA-3777
This commit is contained in:
parent
e608252151
commit
d02d004986
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ _printer_translations_profiles = {
|
|||
# as a set for which profiles were built-in.
|
||||
_profile_translations = {
|
||||
"Low Quality": "low",
|
||||
"Fine": "normal",
|
||||
"Extra Fine": "high",
|
||||
"Normal Quality": "normal",
|
||||
"High Quality": "high",
|
||||
"Ulti Quality": "high", #This one doesn't have an equivalent. Map it to high.
|
||||
"abs_0.25_normal": "um2p_abs_0.25_normal",
|
||||
"abs_0.4_fast": "um2p_abs_0.4_fast",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue