From 7ccaa6fa53af68ff9c752e5cf36914c55f38c3a4 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 18 Sep 2020 14:07:56 +0200 Subject: [PATCH] Go back to classic jerk settings for Mega S, P and X to reduce blobs in round corners. Keep JD settings for further testing. --- Marlin/Configuration.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 520f81cb..70db41f0 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1044,15 +1044,13 @@ * When changing speed and direction, if the difference is less than the * value set here, it may happen instantaneously. */ -//#define CLASSIC_JERK -// I Know.. it's useless to put it here ;) #if ENABLED(KNUTWURST_MEGA) || ENABLED(KNUTWURST_MEGA_S) || ENABLED(KNUTWURST_MEGA_P) - //#define CLASSIC_JERK + #define CLASSIC_JERK #endif #if ENABLED(KNUTWURST_MEGA_X) - //#define CLASSIC_JERK + #define CLASSIC_JERK #endif #if ENABLED(CLASSIC_JERK)