Increase max feedrate

This commit is contained in:
Tomislav Kopić 2024-11-23 12:18:52 +01:00
parent 38c58fbf0e
commit f614cdd86c

View File

@ -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)