mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 14:51:07 -07:00
No longer chache singleton objects
CURA-6005
This commit is contained in:
parent
773190bee1
commit
65183ade0a
3 changed files with 13 additions and 18 deletions
|
|
@ -7,4 +7,4 @@ def getMetaData():
|
|||
return {}
|
||||
|
||||
def register(app):
|
||||
return {"extension": DrivePluginExtension(app)}
|
||||
return {"extension": DrivePluginExtension()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue