mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
The print job name changes to empty when there is no mesh.
Only the machine abbreviation remains. fixes #CURA-122
This commit is contained in:
parent
4ceb48c3fd
commit
58d5487eb9
1 changed files with 7 additions and 0 deletions
|
@ -61,6 +61,13 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
|
||||
onActivityChanged: {
|
||||
if (activity == false){
|
||||
base.fileBaseName = ''
|
||||
base.createFileName()
|
||||
}
|
||||
}
|
||||
|
||||
Rectangle{
|
||||
id: printJobRow
|
||||
implicitWidth: base.width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue