Setup Max Feedrate

This commit is contained in:
Thomas Basler 2020-02-15 23:30:00 +01:00
parent 22526ba6ec
commit 9b952d6abf
1 changed files with 1 additions and 1 deletions

View File

@ -1175,7 +1175,7 @@
* Override with M203
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
*/
#define DEFAULT_MAX_FEEDRATE { 300, 300, 5 }
#define DEFAULT_MAX_FEEDRATE { 170, 170, 20 }
//#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2
#if ENABLED(LIMITED_MAX_FR_EDITING)