mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Always update the job name with the loaded project
CURA-4348
This commit is contained in:
parent
496791db7f
commit
4927a639cd
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ UM.Dialog
|
||||||
|
|
||||||
var meshName = backgroundItem.getMeshName(projectFile.toString());
|
var meshName = backgroundItem.getMeshName(projectFile.toString());
|
||||||
backgroundItem.hasMesh(decodeURIComponent(meshName));
|
backgroundItem.hasMesh(decodeURIComponent(meshName));
|
||||||
|
// always update the job name with the loaded project
|
||||||
|
PrintInformation.setBaseName(meshName);
|
||||||
}
|
}
|
||||||
|
|
||||||
function loadModelFiles(fileUrls)
|
function loadModelFiles(fileUrls)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue