mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Fixed pluginRegistry bug
This commit is contained in:
parent
11ac8e85e8
commit
2edd4da861
3 changed files with 8 additions and 4 deletions
|
@ -5,6 +5,7 @@ def getMetaData():
|
|||
return { "name": "CuraBackend", "type": "Backend" }
|
||||
|
||||
def register(app):
|
||||
|
||||
engine = CuraEngineBackend()
|
||||
app.setBackend(engine)
|
||||
engine.addCommand(TransferMeshCommand())
|
||||
#engine.addCommand(TransferMeshCommand())
|
Loading…
Add table
Add a link
Reference in a new issue