From 966adb34db98ee5a8718195b951ccd5dc16f5918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Thu, 30 Jan 2025 15:53:56 +0100 Subject: [PATCH] Update after upgrade --- Marlin/Configuration.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index e183ed3..3d3f71d 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -687,9 +687,9 @@ #define DEFAULT_Ki_LIST { 1.25, 1.25 } #define DEFAULT_Kd_LIST { 86.00, 86.00 } #else - #define DEFAULT_Kp 21.00 - #define DEFAULT_Ki 1.25 - #define DEFAULT_Kd 86.00 + #define DEFAULT_Kp 35.07 + #define DEFAULT_Ki 3.25 + #define DEFAULT_Kd 94.56 #endif #else #define BANG_MAX 255 // Limit hotend current while in bang-bang mode; 255=full current @@ -1206,7 +1206,7 @@ * Override with M203 * X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]] */ -#define DEFAULT_MAX_FEEDRATE { 512, 512, 16, 128 } +#define DEFAULT_MAX_FEEDRATE { 384, 384, 16, 128 } //#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2 #if ENABLED(LIMITED_MAX_FR_EDITING)