Increase max feedrate
This commit is contained in:
parent
38c58fbf0e
commit
f614cdd86c
@ -1206,7 +1206,7 @@
|
||||
* Override with M203
|
||||
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
|
||||
*/
|
||||
#define DEFAULT_MAX_FEEDRATE { 200, 200, 16, 100 }
|
||||
#define DEFAULT_MAX_FEEDRATE { 400, 400, 50, 200 }
|
||||
|
||||
//#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2
|
||||
#if ENABLED(LIMITED_MAX_FR_EDITING)
|
||||
|
Loading…
Reference in New Issue
Block a user