mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 22:56:01 +08: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
@ -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…
x
Reference in New Issue
Block a user