Preferred mimetype is now used when saving to local or removable drive

CURA-3496
This commit is contained in:
Jaime van Kessel 2017-03-15 09:23:47 +01:00
parent 7993d9e95e
commit 138c3db26f
2 changed files with 21 additions and 2 deletions

View file

@ -215,7 +215,7 @@ Item {
text: UM.OutputDeviceManager.activeDeviceShortDescription
onClicked:
{
UM.OutputDeviceManager.requestWriteToDevice(UM.OutputDeviceManager.activeDevice, PrintInformation.jobName, { "filter_by_machine": true })
UM.OutputDeviceManager.requestWriteToDevice(UM.OutputDeviceManager.activeDevice, PrintInformation.jobName, { "filter_by_machine": true, "preferred_mimetype":Printer.preferredOutputMimetype })
}
style: ButtonStyle {