Skip to content

Commit

Permalink
Merge pull request #19875 from Ultimaker/CURA-12270_this-is-confusing
Browse files Browse the repository at this point in the history
CURA-12270 rename setting to avoid confusions
  • Loading branch information
HellAholic authored Nov 8, 2024
2 parents 2c42766 + f8fb339 commit d59e65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/definitions/fdmprinter.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -8983,7 +8983,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",
Expand All @@ -9010,7 +9010,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",
Expand Down

0 comments on commit d59e65f

Please sign in to comment.