mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue