Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cura/PrintInformation.py')
-rw-r--r--cura/PrintInformation.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cura/PrintInformation.py b/cura/PrintInformation.py
index c6412e2f6f..47672a9823 100644
--- a/cura/PrintInformation.py
+++ b/cura/PrintInformation.py
@@ -31,8 +31,8 @@ catalog = i18nCatalog("cura")
# - This triggers a new slice with the current settings - this is the "current settings pass".
# - When the slice is done, we update the current print time and material amount.
# - If the source of the slice was not a Setting change, we start the second slice pass, the "low quality settings pass". Otherwise we stop here.
-# - When that is done, we update the minimum print time and start the final slice pass, the "high quality settings pass".
-# - When the high quality pass is done, we update the maximum print time.
+# - When that is done, we update the minimum print time and start the final slice pass, the "Extra Fine settings pass".
+# - When the Extra Fine pass is done, we update the maximum print time.
#
# This class also mangles the current machine name and the filename of the first loaded mesh into a job name.
# This job name is requested by the JobSpecs qml file.