Canceling sending job to cluster no longer results in "still sending print" message.

Previously it would always show this, requiring a restart of Cura before print could be sent. CL-913
This commit is contained in:
Jaime van Kessel 2018-05-31 11:52:36 +02:00
parent 33e49bebbe
commit 416f695610
2 changed files with 5 additions and 0 deletions

View file

@ -90,6 +90,7 @@ UM.Dialog
onClicked: {
base.visible = false;
printerSelectionCombobox.currentIndex = 0
OutputDevice.cancelPrintSelection()
}
}
]