Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cura/UI
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2020-12-23 16:08:59 +0300
committerJaime van Kessel <nallath@gmail.com>2020-12-23 16:08:59 +0300
commit7f27ff543202978f2176e125ae5e0bfb46a2cc2a (patch)
treedf5bd8a209b742c96c0aaae5112835064ea52142 /cura/UI
parentf338acd4f33f8ead0d8de20965c2705274b04b5c (diff)
Reset scene metadata if the buildplate was cleared
CURA-7615
Diffstat (limited to 'cura/UI')
-rw-r--r--cura/UI/PrintInformation.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cura/UI/PrintInformation.py b/cura/UI/PrintInformation.py
index 22710165b3..10318b3a8b 100644
--- a/cura/UI/PrintInformation.py
+++ b/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