mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Add legacy 'Connect over Network' button back
This commit is contained in:
parent
d703e48007
commit
e977cdd431
7 changed files with 131 additions and 140 deletions
|
@ -1,6 +1,7 @@
|
|||
# Copyright (c) 2019 Ultimaker B.V.
|
||||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
from .src import UM3OutputDevicePlugin
|
||||
from .src import UltimakerNetworkedPrinterAction
|
||||
|
||||
|
||||
def getMetaData():
|
||||
|
@ -9,5 +10,6 @@ def getMetaData():
|
|||
|
||||
def register(app):
|
||||
return {
|
||||
"output_device": UM3OutputDevicePlugin.UM3OutputDevicePlugin()
|
||||
"output_device": UM3OutputDevicePlugin.UM3OutputDevicePlugin(),
|
||||
"machine_action": UltimakerNetworkedPrinterAction.UltimakerNetworkedPrinterAction()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue