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:
parent
425e10c29a
commit
31551b086b
|
@ -621,7 +621,7 @@
|
||||||
* Override with M203
|
* Override with M203
|
||||||
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
|
* 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
|
* Default Max Acceleration (change/s) change = mm/s
|
||||||
|
|
Loading…
Reference in New Issue