From c45c5f44b024e8703f1d5d2e778e82af7ed66f0a Mon Sep 17 00:00:00 2001 From: william-aqn Date: Wed, 18 Jun 2025 23:46:17 +0300 Subject: [PATCH] tune --- .../D1/MKS_Gen_L_V2.1/Configuration.h | 18 +++++++++--------- .../D1/MKS_Gen_L_V2.1/Configuration_adv.h | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/examples/delta/Micromake/D1/MKS_Gen_L_V2.1/Configuration.h b/config/examples/delta/Micromake/D1/MKS_Gen_L_V2.1/Configuration.h index 73b689c6ea..226a158948 100644 --- a/config/examples/delta/Micromake/D1/MKS_Gen_L_V2.1/Configuration.h +++ b/config/examples/delta/Micromake/D1/MKS_Gen_L_V2.1/Configuration.h @@ -956,9 +956,9 @@ #define DELTA_DIAGONAL_ROD 217.0 // (mm) // Distance between bed and nozzle Z home position - #define DELTA_HEIGHT 318.99 // (mm) Get this value from G33 auto calibrate + #define DELTA_HEIGHT 319.86 // (mm) Get this value from G33 auto calibrate - #define DELTA_ENDSTOP_ADJ { -1.18, -1.43, 0.00 } // (mm) Get these values from G33 auto calibrate + #define DELTA_ENDSTOP_ADJ { -0.24, -0.47, 0.00 } // (mm) Get these values from G33 auto calibrate // Horizontal distance bridged by diagonal push rods when effector is centered. #define DELTA_RADIUS 105.16 // (mm) Get this value from G33 auto calibrate @@ -966,7 +966,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.57, -0.05, 0.62 } // (mm) Get these values from G33 auto calibrate + #define DELTA_TOWER_ANGLE_TRIM { -0.50, -0.07, 0.57 } // (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) @@ -1196,7 +1196,7 @@ * Override with M92 * X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]] */ -#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 80, 500 } +#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 80, 40 } /** * Default Max Feed Rate (linear=mm/s, rotational=°/s) @@ -1207,7 +1207,7 @@ //#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2 #if ENABLED(LIMITED_MAX_FR_EDITING) - #define MAX_FEEDRATE_EDIT_VALUES { 600, 600, 600, 50 } // ...or, set your own edit limits + #define MAX_FEEDRATE_EDIT_VALUES { 300, 300, 300, 50 } // ...or, set your own edit limits #endif /** @@ -1216,7 +1216,7 @@ * Override with M201 * X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]] */ -#define DEFAULT_MAX_ACCELERATION { 1000, 1000, 1000, 300 } +#define DEFAULT_MAX_ACCELERATION { 600, 600, 600, 300 } //#define LIMITED_MAX_ACCEL_EDITING // Limit edit via M201 or LCD to DEFAULT_MAX_ACCELERATION * 2 #if ENABLED(LIMITED_MAX_ACCEL_EDITING) @@ -1231,9 +1231,9 @@ * M204 R Retract Acceleration * M204 T Travel Acceleration */ -#define DEFAULT_ACCELERATION 600 // X, Y, Z and E acceleration for printing moves +#define DEFAULT_ACCELERATION 300 // X, Y, Z and E acceleration for printing moves #define DEFAULT_RETRACT_ACCELERATION 150 // E acceleration for retracts -#define DEFAULT_TRAVEL_ACCELERATION 600 // X, Y, Z acceleration for travel (non printing) moves +#define DEFAULT_TRAVEL_ACCELERATION 300 // X, Y, Z acceleration for travel (non printing) moves /** * Default Jerk limits (mm/s) @@ -1511,7 +1511,7 @@ * | [-] | * O-- FRONT --+ */ -#define NOZZLE_TO_PROBE_OFFSET { 0, 0, -22 } +#define NOZZLE_TO_PROBE_OFFSET { 0, 0, 22 } // Most probes should stay away from the edges of the bed, but // with NOZZLE_AS_PROBE this can be negative for a wider probing area. diff --git a/config/examples/delta/Micromake/D1/MKS_Gen_L_V2.1/Configuration_adv.h b/config/examples/delta/Micromake/D1/MKS_Gen_L_V2.1/Configuration_adv.h index 351a204f79..8ec2f3e357 100644 --- a/config/examples/delta/Micromake/D1/MKS_Gen_L_V2.1/Configuration_adv.h +++ b/config/examples/delta/Micromake/D1/MKS_Gen_L_V2.1/Configuration_adv.h @@ -3134,7 +3134,7 @@ #define X2_HYBRID_THRESHOLD 100 #define Y_HYBRID_THRESHOLD 100 #define Y2_HYBRID_THRESHOLD 100 - #define Z_HYBRID_THRESHOLD 3 + #define Z_HYBRID_THRESHOLD 100 #define Z2_HYBRID_THRESHOLD 3 #define Z3_HYBRID_THRESHOLD 3 #define Z4_HYBRID_THRESHOLD 3