mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
CURA-5280 Preserve manually entered project name
Heeeehhhhh? Why didn't this line get staged with the file?
This commit is contained in:
parent
d14f4ac678
commit
e89bd91960
1 changed files with 1 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ class PrintInformation(QObject):
|
|||
for build_plate_number in range(self._multi_build_plate_model.maxBuildPlate + 1):
|
||||
self._calculateInformation(build_plate_number)
|
||||
|
||||
# Manual override of job name should also set the base name so that when the printer prefix is updated, it the
|
||||
# prefix can be added to the manually added name, not the old base name
|
||||
@pyqtSlot(str)
|
||||
def setJobName(self, name):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue