mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:59:05 +08: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
@ -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…
x
Reference in New Issue
Block a user