mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Fix recent files python function calls
This commit is contained in:
parent
55fe4ee986
commit
11d0462c7a
3 changed files with 3 additions and 36 deletions
|
@ -42,7 +42,7 @@ UM.Dialog
|
|||
{
|
||||
for (var i in fileUrls)
|
||||
{
|
||||
CuraApplication.readLocalFile(fileUrls[i], true);
|
||||
CuraApplication.readLocalFile(fileUrls[i], "open_as_model");
|
||||
}
|
||||
|
||||
var meshName = backgroundItem.getMeshName(fileUrls[0].toString());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue