Allow higher feedrate on Y

Note to TMC2208 users: The Y axis might be too heavy to allow high travel speeds.
This commit is contained in:
David Ramiro 2019-04-04 12:02:21 +02:00
parent 425e10c29a
commit 31551b086b
No known key found for this signature in database
GPG Key ID: 5B042737EBEEB736
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@
* Override with M203
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
#define DEFAULT_MAX_FEEDRATE { 500, 120, 6, 60 }
#define DEFAULT_MAX_FEEDRATE { 500, 500, 6, 60 }
/**
* Default Max Acceleration (change/s) change = mm/s