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 'plugins/SimulationView')
-rw-r--r--plugins/SimulationView/SimulationViewMenuComponent.qml2
-rw-r--r--plugins/SimulationView/layers3d.shader2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SimulationView/SimulationViewMenuComponent.qml b/plugins/SimulationView/SimulationViewMenuComponent.qml
index b94cf029f0..ffb7eebc95 100644
--- a/plugins/SimulationView/SimulationViewMenuComponent.qml
+++ b/plugins/SimulationView/SimulationViewMenuComponent.qml
@@ -112,7 +112,7 @@ Cura.ExpandableComponent
type_id: 1
})
layerViewTypes.append({
- text: catalog.i18nc("@label:listbox", "Feedrate"),
+ text: catalog.i18nc("@label:listbox", "Speed"),
type_id: 2
})
layerViewTypes.append({
diff --git a/plugins/SimulationView/layers3d.shader b/plugins/SimulationView/layers3d.shader
index ecd96c3f68..518d03c974 100644
--- a/plugins/SimulationView/layers3d.shader
+++ b/plugins/SimulationView/layers3d.shader
@@ -80,7 +80,7 @@ vertex41core =
case 1: // "Line type"
v_color = a_color;
break;
- case 2: // "Feedrate"
+ case 2: // "Speed", or technically 'Feedrate'
v_color = feedrateGradientColor(a_feedrate, u_min_feedrate, u_max_feedrate);
break;
case 3: // "Layer thickness"