From e89bd91960d9d13e0e92c138e6389bfda82ddd05 Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Wed, 23 May 2018 16:31:22 +0200 Subject: [PATCH] CURA-5280 Preserve manually entered project name Heeeehhhhh? Why didn't this line get staged with the file? --- cura/PrintInformation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cura/PrintInformation.py b/cura/PrintInformation.py index a901d326ca..8768f850b9 100644 --- a/cura/PrintInformation.py +++ b/cura/PrintInformation.py @@ -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):