Update API of Printer output device handling so we can handle multiple devices

This commit is contained in:
Arjen Hiemstra 2015-04-07 12:22:45 +02:00
parent dab74e524a
commit a4b09d3dac
3 changed files with 130 additions and 32 deletions

View file

@ -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"))