mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 04:11:07 -07:00
Use BaseModel for CloudCluster, some fixes
This commit is contained in:
parent
579522857a
commit
6a43d10982
4 changed files with 34 additions and 35 deletions
|
|
@ -10,6 +10,6 @@ def getMetaData():
|
|||
|
||||
def register(app):
|
||||
return {
|
||||
"output_device": UM3OutputDevicePlugin.UM3OutputDevicePlugin(app),
|
||||
"output_device": UM3OutputDevicePlugin.UM3OutputDevicePlugin(),
|
||||
"machine_action": DiscoverUM3Action.DiscoverUM3Action()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue