Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2022-06-15 15:04:22 +0300
committerGhostkeeper <rubend@tutanota.com>2022-06-15 15:04:22 +0300
commit4b6995bf2406fe2a1e86a2aff84e574a7dc20d4e (patch)
tree6e159953408587061f66414dfa2eca7d6a905821 /resources/definitions
parent90bb02acaea4a12307488c6e29760b580e95996b (diff)
Correct description for Enable Travel Jerk
Done as a 5 minute fix.
Diffstat (limited to 'resources/definitions')
-rw-r--r--resources/definitions/fdmprinter.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index b223bbbfa8..c34216572d 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -3629,7 +3629,7 @@
"jerk_travel_enabled":
{
"label": "Enable Travel Jerk",
- "description": "Use a separate acceleration rate for travel moves. If disabled, travel moves will use the acceleration value of the printed line at their destination.",
+ "description": "Use a separate jerk rate for travel moves. If disabled, travel moves will use the jerk value of the printed line at their destination.",
"type": "bool",
"default_value": true,
"resolve": "any(extruderValues('jerk_travel_enabled'))",