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