mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:28:58 +08:00
Rename Shell Speed to Wall Speed
It only applies to the walls, not the skin, after all. Contributes to issue CURA-1183.
This commit is contained in:
parent
4725b1b074
commit
71721811f5
@ -847,7 +847,7 @@
|
|||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"speed_wall": {
|
"speed_wall": {
|
||||||
"label": "Shell Speed",
|
"label": "Wall Speed",
|
||||||
"description": "The speed at which the shell is printed. Printing the outer shell at a lower speed improves the final skin quality.",
|
"description": "The speed at which the shell is printed. Printing the outer shell at a lower speed improves the final skin quality.",
|
||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
@ -858,7 +858,7 @@
|
|||||||
"inherit_function": "parent_value / 60 * 30",
|
"inherit_function": "parent_value / 60 * 30",
|
||||||
"children": {
|
"children": {
|
||||||
"speed_wall_0": {
|
"speed_wall_0": {
|
||||||
"label": "Outer Shell Speed",
|
"label": "Outer Wall Speed",
|
||||||
"description": "The speed at which the outer shell is printed. Printing the outer shell at a lower speed improves the final skin quality. However, having a large difference between the inner shell speed and the outer shell speed will effect quality in a negative way.",
|
"description": "The speed at which the outer shell is printed. Printing the outer shell at a lower speed improves the final skin quality. However, having a large difference between the inner shell speed and the outer shell speed will effect quality in a negative way.",
|
||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
@ -868,7 +868,7 @@
|
|||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"speed_wall_x": {
|
"speed_wall_x": {
|
||||||
"label": "Inner Shell Speed",
|
"label": "Inner Wall Speed",
|
||||||
"description": "The speed at which all inner shells are printed. Printing the inner shell faster than the outer shell will reduce printing time. It works well to set this in between the outer shell speed and the infill speed.",
|
"description": "The speed at which all inner shells are printed. Printing the inner shell faster than the outer shell will reduce printing time. It works well to set this in between the outer shell speed and the infill speed.",
|
||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user