mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Update API of Printer output device handling so we can handle multiple devices
This commit is contained in:
parent
dab74e524a
commit
a4b09d3dac
3 changed files with 130 additions and 32 deletions
|
@ -354,6 +354,7 @@ UM.MainWindow {
|
|||
Connections {
|
||||
target: Printer
|
||||
onRequestAddPrinter: addMachine.visible = true;
|
||||
onWriteToLocalFileRequested: saveDialog.open();
|
||||
}
|
||||
|
||||
Component.onCompleted: UM.Theme.load(UM.Resources.getPath(UM.Resources.ThemesLocation, "cura"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue