mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 06:29:02 +08:00
Properly translate default profiles
Otherwise the machine instance doesn't get loaded. Contributes to issue CURA-844.
This commit is contained in:
parent
3e4ff9241e
commit
31901606b8
@ -18,7 +18,11 @@ _printer_translations = {
|
|||||||
_profile_translations = {
|
_profile_translations = {
|
||||||
"PLA": "generic_pla",
|
"PLA": "generic_pla",
|
||||||
"ABS": "generic_abs",
|
"ABS": "generic_abs",
|
||||||
"CPE": "generic_cpe"
|
"CPE": "generic_cpe",
|
||||||
|
"Low Quality": "low",
|
||||||
|
"Normal Quality": "normal",
|
||||||
|
"High Quality": "high",
|
||||||
|
"Ulti Quality": "high" #This one doesn't have an equivalent. Map it to high.
|
||||||
}
|
}
|
||||||
|
|
||||||
## How to translate setting names from the old version to the new.
|
## How to translate setting names from the old version to the new.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user