mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue