From 87eb1e44f4ea001e96177b8c4e31363f706ba8f3 Mon Sep 17 00:00:00 2001 From: nickthetait Date: Tue, 8 Nov 2016 14:15:35 -0700 Subject: [PATCH] Update labeling for T466 --- cura/PrintInformation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/PrintInformation.py b/cura/PrintInformation.py index 4379ec72ca..442b9ce846 100644 --- a/cura/PrintInformation.py +++ b/cura/PrintInformation.py @@ -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: