Update after upgrade
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user