Rename Outer Wall Acceleration to avoid doubles

CURA-12270
This commit is contained in:
Erwan MATHIEU 2024-11-08 10:18:25 +01:00
parent 32833df4cf
commit f8fb33928d

View File

@ -8982,7 +8982,7 @@
}, },
"wall_0_acceleration": "wall_0_acceleration":
{ {
"label": "Outer Wall Acceleration", "label": "Outer Wall Start Acceleration",
"description": "This is the acceleration with which to reach the top speed when printing an outer wall.", "description": "This is the acceleration with which to reach the top speed when printing an outer wall.",
"enabled": "wall_0_start_speed_ratio < 100.0", "enabled": "wall_0_start_speed_ratio < 100.0",
"type": "float", "type": "float",
@ -9009,7 +9009,7 @@
}, },
"wall_0_deceleration": "wall_0_deceleration":
{ {
"label": "Outer Wall Deceleration", "label": "Outer Wall End Deceleration",
"description": "This is the deceleration with which to end printing an outer wall.", "description": "This is the deceleration with which to end printing an outer wall.",
"enabled": "wall_0_end_speed_ratio < 100.0", "enabled": "wall_0_end_speed_ratio < 100.0",
"type": "float", "type": "float",