mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-16 09:29:34 -07:00
fix indent
This commit is contained in:
parent
1e3fbc4ef2
commit
b91051e594
1 changed files with 11 additions and 11 deletions
|
|
@ -564,16 +564,16 @@ Item
|
|||
{
|
||||
id: exportProjectForSupportAction
|
||||
text: catalog.i18nc("@action:inmenu menubar:help","Export Project For Support")
|
||||
onTriggered:
|
||||
{
|
||||
var supportName = CuraActions.supportProjectTag()
|
||||
var args = {
|
||||
"filter_by_machine": false,
|
||||
"file_type": "workspace",
|
||||
"preferred_mimetypes": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml",
|
||||
"limit_mimetypes": ["application/vnd.ms-package.3dmanufacturing-3dmodel+xml"],
|
||||
};
|
||||
UM.OutputDeviceManager.requestWriteToDevice("local_file", supportName, args)
|
||||
}
|
||||
onTriggered:
|
||||
{
|
||||
var supportName = CuraActions.supportProjectTag()
|
||||
var args = {
|
||||
"filter_by_machine": false,
|
||||
"file_type": "workspace",
|
||||
"preferred_mimetypes": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml",
|
||||
"limit_mimetypes": ["application/vnd.ms-package.3dmanufacturing-3dmodel+xml"],
|
||||
};
|
||||
UM.OutputDeviceManager.requestWriteToDevice("local_file", supportName, args)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue