Update labeling for T466

This commit is contained in:
nickthetait 2016-11-08 14:15:35 -07:00 committed by Youness Alaoui
parent 5441f1889c
commit 87eb1e44f4

View file

@ -135,7 +135,7 @@ class PrintInformation(QObject):
base_name = self._stripAccents(base_name)
self._setAbbreviatedMachineName()
if self._pre_sliced:
return "Pre-sliced_" + base_name
return "Pre-sliced file " + base_name
elif Preferences.getInstance().getValue("cura/jobname_prefix"):
return self._abbr_machine + "_" + base_name
else: