mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:48:58 +08:00
Clear is_user_specified_job_name flag when setting a project file name
CURA-5280
This commit is contained in:
parent
cc42d993d3
commit
fed0a015ee
@ -329,6 +329,8 @@ class PrintInformation(QObject):
|
||||
baseNameChanged = pyqtSignal()
|
||||
|
||||
def setBaseName(self, base_name: str, is_project_file: bool = False):
|
||||
self._is_user_specified_job_name = False
|
||||
|
||||
# Ensure that we don't use entire path but only filename
|
||||
name = os.path.basename(base_name)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user