mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Reset scene metadata if the buildplate was cleared
CURA-7615
This commit is contained in:
parent
f338acd4f3
commit
7f27ff5432
1 changed files with 1 additions and 0 deletions
|
@ -301,6 +301,7 @@ class PrintInformation(QObject):
|
|||
if self._base_name == "":
|
||||
self._job_name = self.UNTITLED_JOB_NAME
|
||||
self._is_user_specified_job_name = False
|
||||
self._application.getController().getScene().clearMetaData()
|
||||
self.jobNameChanged.emit()
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue