mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:46:01 +08:00
Rename speed settings for sanding to ironing
This is consistent with the rest. I had forgotten these since they are in a different category. Contributes to issue CURA-3903.
This commit is contained in:
parent
0c9556a48c
commit
a7ed0d011a
@ -1972,7 +1972,7 @@
|
|||||||
},
|
},
|
||||||
"speed_sanding":
|
"speed_sanding":
|
||||||
{
|
{
|
||||||
"label": "Sanding Speed",
|
"label": "Ironing Speed",
|
||||||
"description": "The speed at which to pass over the top surface.",
|
"description": "The speed at which to pass over the top surface.",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
@ -2313,8 +2313,8 @@
|
|||||||
},
|
},
|
||||||
"acceleration_sanding":
|
"acceleration_sanding":
|
||||||
{
|
{
|
||||||
"label": "Sanding Acceleration",
|
"label": "Ironing Acceleration",
|
||||||
"description": "The acceleration with which sanding is performed.",
|
"description": "The acceleration with which ironing is performed.",
|
||||||
"unit": "mm/s²",
|
"unit": "mm/s²",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"minimum_value": "0.1",
|
"minimum_value": "0.1",
|
||||||
@ -2601,8 +2601,8 @@
|
|||||||
},
|
},
|
||||||
"jerk_sanding":
|
"jerk_sanding":
|
||||||
{
|
{
|
||||||
"label": "Sanding Jerk",
|
"label": "Ironing Jerk",
|
||||||
"description": "The maximum instantaneous velocity change while performing sanding.",
|
"description": "The maximum instantaneous velocity change while performing ironing.",
|
||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"minimum_value": "0.1",
|
"minimum_value": "0.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user