mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07: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{
|
Rectangle{
|
||||||
id: printJobRow
|
id: printJobRow
|
||||||
implicitWidth: base.width;
|
implicitWidth: base.width;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue