From e2135e4344fe12e8dedfcad5bc1e72ef45dafe33 Mon Sep 17 00:00:00 2001 From: Filip Reimer Date: Tue, 14 Jan 2020 08:17:58 +0100 Subject: [PATCH] changed jerk --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index a94cd98..9435eed 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -624,8 +624,8 @@ * When changing speed and direction, if the difference is less than the * value set here, it may happen instantaneously. */ -#define DEFAULT_XJERK 15.0 -#define DEFAULT_YJERK 15.0 +#define DEFAULT_XJERK 4.0 +#define DEFAULT_YJERK 4.0 #define DEFAULT_ZJERK 0.4 #define DEFAULT_EJERK 5.0