Fixed an issue that doesn't generate the jobname again once the user removes the models. - CURA-4276

This commit is contained in:
Diego Prado Gesto 2017-09-08 16:22:45 +02:00
parent b0916e4b67
commit c3d6023418
2 changed files with 3 additions and 2 deletions

View file

@ -43,7 +43,7 @@ Item {
}
if (activity == false){
//When there is no mesh in the buildplate; the printJobTextField is set to an empty string so it doesn't set an empty string as a jobName (which is later used for saving the file)
PrintInformation.setJobName('')
PrintInformation.setBaseName('')
}
}