Browse Source

Changed profile names

CURA-3777
Jaime van Kessel 7 years ago
parent
commit
e40f60a52b

+ 2 - 2
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.

+ 1 - 1
plugins/ChangeLogPlugin/ChangeLog.txt

@@ -79,7 +79,7 @@ The initial and final printing temperatures reduce the amount of oozing during P
 Initial and final printing temperature settings have been tuned for higher quality results. For all materials the initial print temperature is 5 degrees above the default value.
 
 *Printing temperature of the materials
-The printing temperature of the materials in the material profiles is now the same as the printing temperature for the Normal Quality profile.
+The printing temperature of the materials in the material profiles is now the same as the printing temperature for the Fine profile.
 
 *Improved PLA-PVA layer adhesion
 The PVA jerk and acceleration have been optimized to improve the layer adhesion between PVA and PLA.

+ 2 - 2
plugins/VersionUpgrade/VersionUpgrade21to22/VersionUpgrade21to22.py

@@ -70,8 +70,8 @@ _printer_translations_profiles = {
 #   as a set for which profiles were built-in.
 _profile_translations = {
     "Low Quality": "low",
-    "Normal Quality": "normal",
-    "High Quality": "high",
+    "Fine": "normal",
+    "Extra Fine": "high",
     "Ulti Quality": "high", #This one doesn't have an equivalent. Map it to high.
     "abs_0.25_normal": "um2p_abs_0.25_normal",
     "abs_0.4_fast": "um2p_abs_0.4_fast",

+ 1 - 1
resources/quality/abax_pri3/apri3_pla_fast.inst.cfg

@@ -1,6 +1,6 @@
 [general]
 version = 2
-name = Normal Quality
+name = Fine
 definition = abax_pri3
 
 [metadata]

+ 1 - 1
resources/quality/abax_pri3/apri3_pla_high.inst.cfg

@@ -1,6 +1,6 @@
 [general]
 version = 2
-name = High Quality
+name = Extra Fine
 definition = abax_pri3
 
 [metadata]

+ 1 - 1
resources/quality/abax_pri3/apri3_pla_normal.inst.cfg

@@ -1,6 +1,6 @@
 [general]
 version = 2
-name = Normal Quality
+name = Fine
 definition = abax_pri3
 
 [metadata]

+ 1 - 1
resources/quality/abax_pri5/apri5_pla_fast.inst.cfg

@@ -1,6 +1,6 @@
 [general]
 version = 2
-name = Normal Quality
+name = Fine
 definition = abax_pri5
 
 [metadata]

+ 1 - 1
resources/quality/abax_pri5/apri5_pla_high.inst.cfg

@@ -1,6 +1,6 @@
 [general]
 version = 2
-name = High Quality
+name = Extra Fine
 definition = abax_pri5
 
 [metadata]

+ 1 - 1
resources/quality/abax_pri5/apri5_pla_normal.inst.cfg

@@ -1,6 +1,6 @@
 [general]
 version = 2
-name = Normal Quality
+name = Fine
 definition = abax_pri5
 
 [metadata]

+ 1 - 1
resources/quality/abax_titan/atitan_pla_fast.inst.cfg

@@ -1,6 +1,6 @@
 [general]
 version = 2
-name = Normal Quality
+name = Fine
 definition = abax_titan
 
 [metadata]

Some files were not shown because too many files changed in this diff