Browse Source

Update Raptor config

pull/1/head
Scott Lahteine 6 years ago
parent
commit
47483e8c17
  1. 4
      Marlin/src/config/examples/Formbot/Raptor/Configuration.h

4
Marlin/src/config/examples/Formbot/Raptor/Configuration.h

@ -751,13 +751,13 @@
* 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)
#if ENABLED(X_SpreadCycle) || DISABLED(X_2208)
#define DEFAULT_XJERK 20.0
#else
#define DEFAULT_XJERK 10.0
#endif
#if ENABLED(Y_SpreadCycle) || !ENABLED(Y_2208)
#if ENABLED(Y_SpreadCycle) || DISABLED(Y_2208)
#define DEFAULT_YJERK 10.0
#else
#define DEFAULT_YJERK 5.0

Loading…
Cancel
Save