From 478a19bf025b59d903ec893c92fadabb1e149fb6 Mon Sep 17 00:00:00 2001 From: william-aqn Date: Sun, 15 Jun 2025 17:27:06 +0300 Subject: [PATCH] upd --- .../Micromake/D1/MKS_Gen_L_V2.1/Configuration.h | 16 ++++++++-------- .../D1/MKS_Gen_L_V2.1/Configuration_adv.h | 5 ++--- 2 files changed, 10 insertions(+), 11 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 6e3ed601eb..73b689c6ea 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 @@ -1203,7 +1203,7 @@ * Override with M203 * X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]] */ -#define DEFAULT_MAX_FEEDRATE { 100, 100, 100, 100 } +#define DEFAULT_MAX_FEEDRATE { 100, 100, 100, 15 } //#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2 #if ENABLED(LIMITED_MAX_FR_EDITING) @@ -1216,7 +1216,7 @@ * Override with M201 * X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]] */ -#define DEFAULT_MAX_ACCELERATION { 3000, 3000, 3000, 3000 } +#define DEFAULT_MAX_ACCELERATION { 1000, 1000, 1000, 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 3000 // X, Y, Z and E acceleration for printing moves -#define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration for retracts -#define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration for travel (non printing) moves +#define DEFAULT_ACCELERATION 600 // 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 /** * Default Jerk limits (mm/s) @@ -1511,7 +1511,7 @@ * | [-] | * O-- FRONT --+ */ -#define NOZZLE_TO_PROBE_OFFSET { 0, 0, -22.6 } +#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. @@ -1684,7 +1684,7 @@ // @section extruder // For direct drive extruder v9 set to true, for geared extruder set to false. -#define INVERT_E0_DIR false +#define INVERT_E0_DIR true #define INVERT_E1_DIR false #define INVERT_E2_DIR false #define INVERT_E3_DIR false @@ -2542,7 +2542,7 @@ // // Set this option if CLOCKWISE causes values to DECREASE // -#define REVERSE_ENCODER_DIRECTION +//#define REVERSE_ENCODER_DIRECTION // // This option reverses the encoder direction for navigating LCD menus. 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 100b7ea31d..351a204f79 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 @@ -1358,7 +1358,6 @@ //=========================================================================== // @section lcd - #if HAS_MANUAL_MOVE_MENU #define MANUAL_FEEDRATE { 50*60, 50*60, 50*60, 60 } // (mm/min) Feedrates for manual moves along X, Y, Z, E from panel #define FINE_MANUAL_MOVE 0.025 // (mm) Smallest manual move (< 0.1mm) applying to Z on most machines @@ -2666,7 +2665,7 @@ // This short retract is done immediately, before parking the nozzle. #define FILAMENT_CHANGE_UNLOAD_FEEDRATE 40 // (mm/s) Unload filament feedrate. This can be pretty fast. #define FILAMENT_CHANGE_UNLOAD_ACCEL 25 // (mm/s^2) Lower acceleration may allow a faster feedrate. - #define FILAMENT_CHANGE_UNLOAD_LENGTH 750 // (mm) The length of filament for a complete unload. + #define FILAMENT_CHANGE_UNLOAD_LENGTH 300 // (mm) The length of filament for a complete unload. // For Bowden, the full length of the tube and nozzle. // For direct drive, the full length of the nozzle. // Set to 0 for manual unloading. @@ -2675,7 +2674,7 @@ // 0 to disable start loading and skip to fast load only #define FILAMENT_CHANGE_FAST_LOAD_FEEDRATE 40 // (mm/s) Load filament feedrate. This can be pretty fast. #define FILAMENT_CHANGE_FAST_LOAD_ACCEL 25 // (mm/s^2) Lower acceleration may allow a faster feedrate. - #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 650 // (mm) Load length of filament, from extruder gear to nozzle. + #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 250 // (mm) Load length of filament, from extruder gear to nozzle. // For Bowden, the full length of the tube and nozzle. // For direct drive, the full length of the nozzle. #define ADVANCED_PAUSE_CONTINUOUS_PURGE // Purge continuously up to the purge length until interrupted.