From 5c0841a139c40c499a1acbdf1558c9bd8e1d460e Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Tue, 25 Aug 2020 08:22:27 +0200 Subject: [PATCH] Increase max Z Feedrate to 18 (thanks to Simon Geis) --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index d013c315..d4ef2c9a 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -923,7 +923,7 @@ #endif #if ENABLED(KNUTWURST_MEGA_X) - #define DEFAULT_MAX_FEEDRATE { 120, 120, 8, 80 } // { 120, 120, 20, 80 } + #define DEFAULT_MAX_FEEDRATE { 120, 120, 18, 80 } // thanks to Simon Geis #endif