mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Fix exporting binary/ascii STL
CURA-11561
This commit is contained in:
parent
54af5bca3c
commit
edd5cee41a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Cura.Menu
|
|||
{
|
||||
var localDeviceId = "local_file"
|
||||
var file_name = PrintInformation.jobName
|
||||
var args = { "filter_by_machine": false, "limit_mimetypes": model.mime_type}
|
||||
var args = { "filter_by_machine": false, "limit_mimetypes": [model.mime_type], "limit_modes": [model.mode]}
|
||||
if(exportMenu.selectionOnly)
|
||||
{
|
||||
UM.OutputDeviceManager.requestWriteSelectionToDevice(localDeviceId, file_name, args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue