mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:19:04 +08:00
fix indent
This commit is contained in:
parent
1e3fbc4ef2
commit
b91051e594
@ -564,16 +564,16 @@ Item
|
|||||||
{
|
{
|
||||||
id: exportProjectForSupportAction
|
id: exportProjectForSupportAction
|
||||||
text: catalog.i18nc("@action:inmenu menubar:help","Export Project For Support")
|
text: catalog.i18nc("@action:inmenu menubar:help","Export Project For Support")
|
||||||
onTriggered:
|
onTriggered:
|
||||||
{
|
{
|
||||||
var supportName = CuraActions.supportProjectTag()
|
var supportName = CuraActions.supportProjectTag()
|
||||||
var args = {
|
var args = {
|
||||||
"filter_by_machine": false,
|
"filter_by_machine": false,
|
||||||
"file_type": "workspace",
|
"file_type": "workspace",
|
||||||
"preferred_mimetypes": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml",
|
"preferred_mimetypes": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml",
|
||||||
"limit_mimetypes": ["application/vnd.ms-package.3dmanufacturing-3dmodel+xml"],
|
"limit_mimetypes": ["application/vnd.ms-package.3dmanufacturing-3dmodel+xml"],
|
||||||
};
|
};
|
||||||
UM.OutputDeviceManager.requestWriteToDevice("local_file", supportName, args)
|
UM.OutputDeviceManager.requestWriteToDevice("local_file", supportName, args)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user