mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Use plugin Id instead of __file__ for XmlMaterialProfile
CURA-6255
This commit is contained in:
parent
128bfa987e
commit
8ae7459ea7
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ class PluginInfo(PluginObject):
|
|||
PluginInfo.__instance = self
|
||||
|
||||
@classmethod
|
||||
def getInstance(cls, *args, **kwargs) -> "USBPrinterOutputDeviceManager":
|
||||
def getInstance(cls, *args, **kwargs) -> "PluginInfo":
|
||||
return cls.__instance
|
Loading…
Add table
Add a link
Reference in a new issue