mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:59:00 +08:00
Reset scene metadata if the buildplate was cleared
CURA-7615
This commit is contained in:
parent
f338acd4f3
commit
7f27ff5432
@ -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…
x
Reference in New Issue
Block a user