Skip to content

Commit

Permalink
Rename Outer Wall Acceleration to avoid doubles
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Nov 8, 2024
1 parent 32833df commit f8fb339
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 @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit f8fb339

Please sign in to comment.