mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 15:59: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":
|
||||
{
|
||||
"label": "Sanding Speed",
|
||||
"label": "Ironing Speed",
|
||||
"description": "The speed at which to pass over the top surface.",
|
||||
"type": "float",
|
||||
"unit": "mm/s",
|
||||
@ -2313,8 +2313,8 @@
|
||||
},
|
||||
"acceleration_sanding":
|
||||
{
|
||||
"label": "Sanding Acceleration",
|
||||
"description": "The acceleration with which sanding is performed.",
|
||||
"label": "Ironing Acceleration",
|
||||
"description": "The acceleration with which ironing is performed.",
|
||||
"unit": "mm/s²",
|
||||
"type": "float",
|
||||
"minimum_value": "0.1",
|
||||
@ -2601,8 +2601,8 @@
|
||||
},
|
||||
"jerk_sanding":
|
||||
{
|
||||
"label": "Sanding Jerk",
|
||||
"description": "The maximum instantaneous velocity change while performing sanding.",
|
||||
"label": "Ironing Jerk",
|
||||
"description": "The maximum instantaneous velocity change while performing ironing.",
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
"minimum_value": "0.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user