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:
authorGhostkeeper <rubend@tutanota.com>2021-02-10 13:55:37 +0300
committerGhostkeeper <rubend@tutanota.com>2021-02-10 13:55:37 +0300
commitc781391b9b382e98eab2bd5260abfc504e408597 (patch)
tree8fd02086bdfb5555e24f12475fff83dab3130b13 /cura/UI
parent3db209ef46815fc547a97baf15f2aca1b010b500 (diff)
parentd9cf7aeb8ea38156778f8dddbb3f9672479dbba9 (diff)
Merge branch 'master' into libArachne_rebased
To my surprise, it seems fdmprinter has merged perfectly. Nice. Conflicts: resources/setting_visibility/advanced.cfg -> Settings moved to a different category while we added new settings in the same place.
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