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:
authorJaime van Kessel <nallath@gmail.com>2017-05-15 17:52:25 +0300
committerJaime van Kessel <nallath@gmail.com>2017-05-15 17:52:25 +0300
commite40f60a52b0f672782866704ab028cfc53e31bb2 (patch)
tree8950a6e1aae047790f75a319d5c94fa44bd5cb62 /cura/PrintInformation.py
parent910a55fd50fad21f4668082344935ee4d8ad85d5 (diff)
Changed profile names
CURA-3777
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.