mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Make it possible to skip project file check in readLocalFile()
CURA-5203
This commit is contained in:
parent
95c6258d0f
commit
95f4515e93
4 changed files with 6 additions and 6 deletions
|
@ -42,7 +42,7 @@ UM.Dialog
|
|||
{
|
||||
for (var i in fileUrls)
|
||||
{
|
||||
CuraApplication.readLocalFile(fileUrls[i]);
|
||||
CuraApplication.readLocalFile(fileUrls[i], true);
|
||||
}
|
||||
|
||||
var meshName = backgroundItem.getMeshName(fileUrls[0].toString());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue