mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add JellyBox to XML material printer name translations
Because the automatic translation removes the underscore, and then the definition can't be found any more. Contributes to issue CURA-3695.
This commit is contained in:
parent
2d14052f4e
commit
f1ac1bd876
1 changed files with 2 additions and 1 deletions
|
@ -583,7 +583,8 @@ class XmlMaterialProfile(InstanceContainer):
|
|||
"Ultimaker 2 Extended": "ultimaker2_extended",
|
||||
"Ultimaker 2 Extended+": "ultimaker2_extended_plus",
|
||||
"Ultimaker Original": "ultimaker_original",
|
||||
"Ultimaker Original+": "ultimaker_original_plus"
|
||||
"Ultimaker Original+": "ultimaker_original_plus",
|
||||
"IMADE3D JellyBOX": "imade3d_jellybox"
|
||||
}
|
||||
|
||||
# Map of recognised namespaces with a proper prefix.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue