Tweak feedrate, jerk and acceleration

This commit is contained in:
David Ramiro 2019-02-08 16:30:41 +01:00
parent f01026e748
commit bb06621c6c
No known key found for this signature in database
GPG Key ID: 5B042737EBEEB736
1 changed files with 4 additions and 4 deletions

View File

@ -621,7 +621,7 @@
* Override with M203
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
#define DEFAULT_MAX_FEEDRATE { 500, 500, 6, 60 }
#define DEFAULT_MAX_FEEDRATE { 500, 120, 6, 60 }
/**
* Default Max Acceleration (change/s) change = mm/s
@ -629,7 +629,7 @@
* Override with M201
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
#define DEFAULT_MAX_ACCELERATION { 3000, 1200, 60, 10000 }
#define DEFAULT_MAX_ACCELERATION { 2000, 1200, 60, 10000 }
/**
* Default Acceleration (change/s) change = mm/s
@ -651,8 +651,8 @@
* When changing speed and direction, if the difference is less than the
* value set here, it may happen instantaneously.
*/
#define DEFAULT_XJERK 9.0
#define DEFAULT_YJERK 9.0
#define DEFAULT_XJERK 8.0
#define DEFAULT_YJERK 8.0
#define DEFAULT_ZJERK 0.4
#define DEFAULT_EJERK 5.0