From a39ac2ca22928b322527021d21a7e98077ccd934 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 14 Jun 2019 11:50:58 +0200 Subject: [PATCH] Reduce travel jerk/acceleration and reduce print jerk slightly These settings are preventing layer shifts on the Tevo Tornado according to our users at #5694. --- resources/definitions/tevo_tornado.def.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/resources/definitions/tevo_tornado.def.json b/resources/definitions/tevo_tornado.def.json index 4d10a81c03..67f25ec9d8 100644 --- a/resources/definitions/tevo_tornado.def.json +++ b/resources/definitions/tevo_tornado.def.json @@ -78,6 +78,12 @@ "acceleration_print": { "default_value": 500 }, + "acceleration_travel": { + "value": 500 + }, + "acceleration_travel_layer_0": { + "value": 500 + }, "machine_acceleration": { "default_value": 1500 }, @@ -85,7 +91,13 @@ "default_value": true }, "jerk_print": { - "default_value": 10 + "default_value": 8 + }, + "jerk_travel": { + "value": 8 + }, + "jerk_travel_layer_0": { + "value": 8 }, "machine_max_jerk_xy": { "default_value": 6