mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Added way to acces inherited files
CURA-2108
This commit is contained in:
parent
dcbf7b5a35
commit
1940d45971
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ class XmlMaterialProfile(UM.Settings.InstanceContainer):
|
|||
result.setMetaDataEntry("base_file", result.id)
|
||||
return result
|
||||
|
||||
def getInheritedFiles(self):
|
||||
return self._inherited_files
|
||||
|
||||
## Overridden from InstanceContainer
|
||||
def setReadOnly(self, read_only):
|
||||
super().setReadOnly(read_only)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue