mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
Mimetype introduction for ucp
CURA-11715
This commit is contained in:
parent
5824cf5414
commit
b06805dd85
2 changed files with 15 additions and 3 deletions
|
@ -75,9 +75,9 @@ class UCPDialog(QObject):
|
|||
device.requestWrite(
|
||||
nodes,
|
||||
file_name,
|
||||
["application/vnd.ms-package.3dmanufacturing-3dmodel+xml"],
|
||||
["application/x-ucp"],
|
||||
workspace_handler,
|
||||
preferred_mimetype_list="application/vnd.ms-package.3dmanufacturing-3dmodel+xml"
|
||||
preferred_mimetype_list="application/x-ucp"
|
||||
)
|
||||
except OutputDeviceError.UserCanceledError:
|
||||
self._onRejected()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue