CURA-5280 Preserve manually entered project name

Heeeehhhhh? Why didn't this line get staged with the file?
This commit is contained in:
Ian Paschal 2018-05-23 16:31:22 +02:00
parent d14f4ac678
commit e89bd91960

View File

@ -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):