Browse Source

Update Raptor config

Scott Lahteine 6 years ago
parent
commit
47483e8c17
1 changed files with 8 additions and 8 deletions
  1. 8
    8
      Marlin/src/config/examples/Formbot/Raptor/Configuration.h

+ 8
- 8
Marlin/src/config/examples/Formbot/Raptor/Configuration.h View File

@@ -751,19 +751,19 @@
751 751
  * When changing speed and direction, if the difference is less than the
752 752
  * value set here, it may happen instantaneously.
753 753
  */
754
-#if ENABLED(X_SpreadCycle) || !ENABLED(X_2208)
755
-  #define DEFAULT_XJERK                 20.0
754
+#if ENABLED(X_SpreadCycle) || DISABLED(X_2208)
755
+  #define DEFAULT_XJERK   20.0
756 756
 #else
757
-  #define DEFAULT_XJERK                 10.0
757
+  #define DEFAULT_XJERK   10.0
758 758
 #endif
759 759
 
760
-#if ENABLED(Y_SpreadCycle) || !ENABLED(Y_2208)
761
-  #define DEFAULT_YJERK                 10.0
760
+#if ENABLED(Y_SpreadCycle) || DISABLED(Y_2208)
761
+  #define DEFAULT_YJERK   10.0
762 762
 #else
763
-  #define DEFAULT_YJERK                 5.0
763
+  #define DEFAULT_YJERK    5.0
764 764
 #endif
765
-#define DEFAULT_ZJERK                  0.4
766
-#define DEFAULT_EJERK                  5.0
765
+#define DEFAULT_ZJERK      0.4
766
+#define DEFAULT_EJERK      5.0
767 767
 
768 768
 /**
769 769
  * S-Curve Acceleration

Loading…
Cancel
Save