Browse Source

Reset scene metadata if the buildplate was cleared

CURA-7615
Jaime van Kessel 4 years ago
parent
commit
7f27ff5432
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cura/UI/PrintInformation.py

+ 1 - 0
cura/UI/PrintInformation.py

@@ -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