0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Configurations.git synced 2025-09-17 17:47:57 +00:00

Update Configuration.h

This commit is contained in:
william-aqn 2025-07-13 12:17:50 +03:00
parent 18595fb9f6
commit 9ac8d99259

View file

@ -713,9 +713,9 @@
#define DEFAULT_Ki_LIST { 1.08, 1.08 }
#define DEFAULT_Kd_LIST { 114.00, 114.00 }
#else
#define DEFAULT_Kp 22.20
#define DEFAULT_Ki 1.08
#define DEFAULT_Kd 114.00
#define DEFAULT_Kp 37.73
#define DEFAULT_Ki 4.34
#define DEFAULT_Kd 81.90
#endif
#else
#define BANG_MAX 255 // Limit hotend current while in bang-bang mode; 255=full current
@ -1043,7 +1043,7 @@
// Distance between bed and nozzle Z home position
#define DELTA_HEIGHT 325.00 // (mm) Get this value from G33 auto calibrate
#define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // (mm) Get these values from G33 auto calibrate
#define DELTA_ENDSTOP_ADJ { -0.78, -0.51, 0.00 } // (mm) Get these values from G33 auto calibrate
// Horizontal offset from middle of printer to smooth rod center.
#define DELTA_SMOOTH_ROD_OFFSET 157 // 151 mm
@ -1059,7 +1059,7 @@
// Trim adjustments for individual towers
// tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
// measured in degrees anticlockwise looking from above the printer
#define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // (mm) Get these values from G33 auto calibrate
#define DELTA_TOWER_ANGLE_TRIM { -0.40, -0.05, 0.45 } // (mm) Get these values from G33 auto calibrate
// Delta radius and diagonal rod adjustments
//#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 } // (mm)
@ -2362,7 +2362,7 @@
// @section homing
// The center of the bed is at (X=0, Y=0)
//#define BED_CENTER_AT_0_0
// #define BED_CENTER_AT_0_0
// Manually set the home position. Leave these undefined for automatic settings.
// For DELTA this is the top-center of the Cartesian print volume.