Update Raptor config
This commit is contained in:
parent
6093df11dc
commit
47483e8c17
@ -751,19 +751,19 @@
|
|||||||
* When changing speed and direction, if the difference is less than the
|
* When changing speed and direction, if the difference is less than the
|
||||||
* value set here, it may happen instantaneously.
|
* 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
|
#define DEFAULT_XJERK 20.0
|
||||||
#else
|
#else
|
||||||
#define DEFAULT_XJERK 10.0
|
#define DEFAULT_XJERK 10.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(Y_SpreadCycle) || !ENABLED(Y_2208)
|
#if ENABLED(Y_SpreadCycle) || DISABLED(Y_2208)
|
||||||
#define DEFAULT_YJERK 10.0
|
#define DEFAULT_YJERK 10.0
|
||||||
#else
|
#else
|
||||||
#define DEFAULT_YJERK 5.0
|
#define DEFAULT_YJERK 5.0
|
||||||
#endif
|
#endif
|
||||||
#define DEFAULT_ZJERK 0.4
|
#define DEFAULT_ZJERK 0.4
|
||||||
#define DEFAULT_EJERK 5.0
|
#define DEFAULT_EJERK 5.0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* S-Curve Acceleration
|
* S-Curve Acceleration
|
||||||
|
Loading…
Reference in New Issue
Block a user