From e482a52f6937499fcbc2300d70e70995c0765b95 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 9 Oct 2020 16:59:48 +0200 Subject: [PATCH] Increased maximum feedrates and acceleration values for MEGA X. --- Marlin/Configuration.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 37b1c3ca..81ffc746 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -963,7 +963,8 @@ #endif #if ENABLED(KNUTWURST_MEGA_X) - #define DEFAULT_MAX_FEEDRATE { 120, 120, 18, 80 } // thanks to Simon Geis + //#define DEFAULT_MAX_FEEDRATE { 120, 120, 18, 80 } // thanks to Simon Geis + #define DEFAULT_MAX_FEEDRATE { 400, 400, 18, 80 } // thanks to DanJunior78 #endif #if ENABLED(KNUTWURST_MEGA_P) @@ -987,7 +988,8 @@ #endif #if ENABLED(KNUTWURST_MEGA_X) - #define DEFAULT_MAX_ACCELERATION { 400, 400, 60, 10000 } + //#define DEFAULT_MAX_ACCELERATION { 400, 400, 60, 10000 } //Original Values + #define DEFAULT_MAX_ACCELERATION { 2000, 1500, 60, 10000 } #endif @@ -2193,7 +2195,7 @@ // // Short 2KHz beep when endstops are hit // -//#define ENDSTOP_BEEP +#define ENDSTOP_BEEP // // The duration and frequency for the UI feedback sound.