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

@ -588,7 +588,7 @@
*/
#define DEFAULT_XJERK 8.0
#define DEFAULT_YJERK 8.0
#define DEFAULT_ZJERK 0.4
#define DEFAULT_ZJERK 0.3
#define DEFAULT_EJERK 10.0
//===========================================================================