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)