From bf33eb7a6d18bf4fae54c068c9ec9df7bbce013d Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:52:12 +0200 Subject: [PATCH] Feedrate tuning --- Marlin/Configuration.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 2dac9b1b..4f4d302e 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -952,14 +952,14 @@ */ #if ENABLED(KNUTWURST_MEGA) #if ENABLED(KNUTWURST_BMG) - #define DEFAULT_MAX_FEEDRATE { 500, 500, 8, 30 } + #define DEFAULT_MAX_FEEDRATE { 500, 500, 6, 30 } #else - #define DEFAULT_MAX_FEEDRATE { 500, 500, 8, 60 } + #define DEFAULT_MAX_FEEDRATE { 500, 500, 6, 60 } #endif #endif #if ENABLED(KNUTWURST_MEGA_S) - #define DEFAULT_MAX_FEEDRATE { 500, 500, 8, 30 } + #define DEFAULT_MAX_FEEDRATE { 500, 500, 6, 30 } #endif #if ENABLED(KNUTWURST_MEGA_X) @@ -967,7 +967,7 @@ #endif #if ENABLED(KNUTWURST_MEGA_P) - #define DEFAULT_MAX_FEEDRATE { 500, 500, 8, 30 } + #define DEFAULT_MAX_FEEDRATE { 500, 500, 6, 30 } #endif @@ -1494,9 +1494,9 @@ // The size of the print bed /* #if ENABLED(KNUTWURST_MEGA) - #define X_BED_SIZE 210 - #define Y_BED_SIZE 210 - #define Z_BED_HEIGHT 210 + #define X_BED_SIZE 215 + #define Y_BED_SIZE 215 + #define Z_BED_HEIGHT 206 #endif */