mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Rename 'Feedrate' to 'Speed'.
At least in the interface. Even though Feedrate is congruent with the CNCdefinition thereof, Speed is less confusing for the user.
This commit is contained in:
parent
37818c8168
commit
b0418716fd
2 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ Cura.ExpandableComponent
|
||||||
type_id: 1
|
type_id: 1
|
||||||
})
|
})
|
||||||
layerViewTypes.append({
|
layerViewTypes.append({
|
||||||
text: catalog.i18nc("@label:listbox", "Feedrate"),
|
text: catalog.i18nc("@label:listbox", "Speed"),
|
||||||
type_id: 2
|
type_id: 2
|
||||||
})
|
})
|
||||||
layerViewTypes.append({
|
layerViewTypes.append({
|
||||||
|
|
|
@ -80,7 +80,7 @@ vertex41core =
|
||||||
case 1: // "Line type"
|
case 1: // "Line type"
|
||||||
v_color = a_color;
|
v_color = a_color;
|
||||||
break;
|
break;
|
||||||
case 2: // "Feedrate"
|
case 2: // "Speed", or technically 'Feedrate'
|
||||||
v_color = feedrateGradientColor(a_feedrate, u_min_feedrate, u_max_feedrate);
|
v_color = feedrateGradientColor(a_feedrate, u_min_feedrate, u_max_feedrate);
|
||||||
break;
|
break;
|
||||||
case 3: // "Layer thickness"
|
case 3: // "Layer thickness"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue