mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 07:09:02 +08:00
Update plugins/XmlMaterialProfile/XmlMaterialProfile.py
Co-authored-by: Remco Burema <41987080+rburema@users.noreply.github.com>
This commit is contained in:
parent
ca9955c730
commit
094c781b02
@ -343,7 +343,7 @@ class XmlMaterialProfile(InstanceContainer):
|
||||
|
||||
return stream.getvalue().decode("utf-8")
|
||||
|
||||
def getFileName(self):
|
||||
def getFileName(self) -> str:
|
||||
return (self.getMetaDataEntry("base_file") + ".xml.fdm_material").replace(" ", "+")
|
||||
|
||||
# Recursively resolve loading inherited files
|
||||
|
Loading…
x
Reference in New Issue
Block a user