Update after upgrade

This commit is contained in:
Tomislav Kopić 2025-01-30 15:53:56 +01:00
parent 796e1c6cfc
commit 966adb34db

View File

@ -687,9 +687,9 @@
#define DEFAULT_Ki_LIST { 1.25, 1.25 } #define DEFAULT_Ki_LIST { 1.25, 1.25 }
#define DEFAULT_Kd_LIST { 86.00, 86.00 } #define DEFAULT_Kd_LIST { 86.00, 86.00 }
#else #else
#define DEFAULT_Kp 21.00 #define DEFAULT_Kp 35.07
#define DEFAULT_Ki 1.25 #define DEFAULT_Ki 3.25
#define DEFAULT_Kd 86.00 #define DEFAULT_Kd 94.56
#endif #endif
#else #else
#define BANG_MAX 255 // Limit hotend current while in bang-bang mode; 255=full current #define BANG_MAX 255 // Limit hotend current while in bang-bang mode; 255=full current
@ -1206,7 +1206,7 @@
* Override with M203 * Override with M203
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]] * 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 //#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2
#if ENABLED(LIMITED_MAX_FR_EDITING) #if ENABLED(LIMITED_MAX_FR_EDITING)