mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
Use plugin Id instead of __file__ for XmlMaterialProfile
CURA-6255
This commit is contained in:
parent
128bfa987e
commit
8ae7459ea7
@ -11,5 +11,5 @@ class PluginInfo(PluginObject):
|
|||||||
PluginInfo.__instance = self
|
PluginInfo.__instance = self
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def getInstance(cls, *args, **kwargs) -> "USBPrinterOutputDeviceManager":
|
def getInstance(cls, *args, **kwargs) -> "PluginInfo":
|
||||||
return cls.__instance
|
return cls.__instance
|
Loading…
x
Reference in New Issue
Block a user