From f8fb33928dbcd3302fc1aee75950a7fecc498b96 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 8 Nov 2024 10:18:25 +0100 Subject: [PATCH] Rename Outer Wall Acceleration to avoid doubles CURA-12270 --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index d02da8c031..221b397b12 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -8982,7 +8982,7 @@ }, "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.", "enabled": "wall_0_start_speed_ratio < 100.0", "type": "float", @@ -9009,7 +9009,7 @@ }, "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.", "enabled": "wall_0_end_speed_ratio < 100.0", "type": "float",