Reduce default jerk. XY by half. Z by 1/4

This commit is contained in:
Scott Lahteine 2017-12-24 19:49:51 -06:00
parent aa9cad0cc6
commit 88c0688961
35 changed files with 89 additions and 98 deletions

View file

@ -636,9 +636,9 @@
* When changing speed and direction, if the difference is less than the
* value set here, it may happen instantaneously.
*/
#define DEFAULT_XJERK 20.0
#define DEFAULT_YJERK 20.0
#define DEFAULT_ZJERK 20.0 // Must be same as XY for delta
#define DEFAULT_XJERK 10.0
#define DEFAULT_YJERK DEFAULT_XJERK
#define DEFAULT_ZJERK DEFAULT_XJERK // Must be same as XY for delta
#define DEFAULT_EJERK 5.0
//===========================================================================