0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Configurations.git synced 2025-09-14 00:00:08 +00:00
This commit is contained in:
william-aqn 2025-06-18 23:46:17 +03:00
parent 478a19bf02
commit c45c5f44b0
2 changed files with 10 additions and 10 deletions

View file

@ -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.

View file

@ -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