Reduce Z axis speed

This commit is contained in:
Tomislav Kopić 2024-11-23 17:00:40 +01:00
parent f614cdd86c
commit c3e0033909

View File

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