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

This commit is contained in:
Scott Lahteine
2017-12-24 19:38:41 -06:00
parent 723da1d7a5
commit 28fc8741d6
32 changed files with 94 additions and 103 deletions

View File

@@ -578,10 +578,10 @@
* When changing speed and direction, if the difference is less than the
* value set here, it may happen instantaneously.
*/
#define DEFAULT_XJERK 5.0
#define DEFAULT_YJERK 5.0
#define DEFAULT_ZJERK 0.4
#define DEFAULT_EJERK 3.0
#define DEFAULT_XJERK 5.0
#define DEFAULT_YJERK 5.0
#define DEFAULT_ZJERK 0.4
#define DEFAULT_EJERK 3.0
//===========================================================================
//============================= Z Probe Options =============================