From 47483e8c17b813aca40b9ac78e72c6b4f4bf2819 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 10 Nov 2018 19:42:18 -0600 Subject: [PATCH] Update Raptor config --- .../examples/Formbot/Raptor/Configuration.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Marlin/src/config/examples/Formbot/Raptor/Configuration.h b/Marlin/src/config/examples/Formbot/Raptor/Configuration.h index e44136589b..8086bd3690 100644 --- a/Marlin/src/config/examples/Formbot/Raptor/Configuration.h +++ b/Marlin/src/config/examples/Formbot/Raptor/Configuration.h @@ -751,19 +751,19 @@ * When changing speed and direction, if the difference is less than the * value set here, it may happen instantaneously. */ -#if ENABLED(X_SpreadCycle) || !ENABLED(X_2208) - #define DEFAULT_XJERK 20.0 +#if ENABLED(X_SpreadCycle) || DISABLED(X_2208) + #define DEFAULT_XJERK 20.0 #else - #define DEFAULT_XJERK 10.0 + #define DEFAULT_XJERK 10.0 #endif -#if ENABLED(Y_SpreadCycle) || !ENABLED(Y_2208) - #define DEFAULT_YJERK 10.0 +#if ENABLED(Y_SpreadCycle) || DISABLED(Y_2208) + #define DEFAULT_YJERK 10.0 #else - #define DEFAULT_YJERK 5.0 + #define DEFAULT_YJERK 5.0 #endif -#define DEFAULT_ZJERK 0.4 -#define DEFAULT_EJERK 5.0 +#define DEFAULT_ZJERK 0.4 +#define DEFAULT_EJERK 5.0 /** * S-Curve Acceleration