mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 03:37:48 -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.
|
# as a set for which profiles were built-in.
|
||||||
_profile_translations = {
|
_profile_translations = {
|
||||||
"Low Quality": "low",
|
"Low Quality": "low",
|
||||||
"Fine": "normal",
|
"Normal Quality": "normal",
|
||||||
"Extra Fine": "high",
|
"High Quality": "high",
|
||||||
"Ulti Quality": "high", #This one doesn't have an equivalent. Map it to 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.25_normal": "um2p_abs_0.25_normal",
|
||||||
"abs_0.4_fast": "um2p_abs_0.4_fast",
|
"abs_0.4_fast": "um2p_abs_0.4_fast",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue