Ender 3 s Marlin fw 2.0.9.2 na BigTreeTech SKR Mini E3 1.2

https://marlinfw.org/meta/download/

https://github.com/MarlinFirmware/Configurations/tree/release-2.0.9.2

https://github.com/MarlinFirmware/Configurations/tree/release-2.0.9.2/config/examples/Creality/Ender-3/BigTreeTech%20SKR%20Mini%20E3%201.2

Moje úpravy v Configuration.h

#define STRING_CONFIG_H_AUTHOR „(commar, Ender-3)“

#define SHOW_CUSTOM_BOOTSCREEN //odkomentovat

#define CUSTOM_MACHINE_NAME „Jsem“

#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 99 }

#define DEFAULT_MAX_FEEDRATE { 500, 500, 12, 120 }

#define DEFAULT_MAX_ACCELERATION { 1500, 1200, 1000, 5000 }

#define DEFAULT_ACCELERATION 1500 // X, Y, Z and E acceleration for printing moves

#define DEFAULT_RETRACT_ACCELERATION 1500 // E acceleration for retracts

#define DEFAULT_TRAVEL_ACCELERATION 1500 // X, Y, Z acceleration for travel (non printing) moves

#define X_MIN_POS 6

#define Y_MIN_POS -6

#define Z_MIN_POS 0

#define X_MAX_POS 241

#define Y_MAX_POS 230

#define Z_MAX_POS 250

//#define MESH_BED_LEVELING // zakomentovat

#define PREHEAT_BEFORE_LEVELING

if ENABLED(PREHEAT_BEFORE_LEVELING)

#define LEVELING_NOZZLE_TEMP 200 // (°C) Only applies to E0 at this time

#define LEVELING_BED_TEMP 55

//#define LCD_BED_LEVELING //zakomentovat

#define LEVEL_CENTER_TOO // Move to the center after the last corner

#define PREHEAT_1_LABEL „PLA“

#define PREHEAT_1_TEMP_HOTEND 210

#define PREHEAT_1_TEMP_BED 55

#define PREHEAT_1_TEMP_CHAMBER 35

#define PREHEAT_1_FAN_SPEED 0 // Value from 0 to 255

#define PREHEAT_2_LABEL „PETG“

#define PREHEAT_2_TEMP_HOTEND 240

#define PREHEAT_2_TEMP_BED 80

#define PREHEAT_2_TEMP_CHAMBER 35

#define PREHEAT_2_FAN_SPEED 0 // Value from 0 to 255

#define PREHEAT_3_LABEL „PLA+“

#define PREHEAT_3_TEMP_HOTEND 200

#define PREHEAT_3_TEMP_BED 60

#define PREHEAT_3_TEMP_CHAMBER 35

#define PREHEAT_3_FAN_SPEED 0 // Value from 0 to 255

#define PREHEAT_4_LABEL „ABS“

#define PREHEAT_4_TEMP_HOTEND 240

#define PREHEAT_4_TEMP_BED 70

#define PREHEAT_4_TEMP_CHAMBER 35

#define PREHEAT_4_FAN_SPEED 0 // Value from 0 to 255

#define LCD_LANGUAGE cz

 

Moje úpravy v Configuration_adv.h

#define AUTOTEMP_OLDWEIGHT 0.1

#define SHOW_REMAINING_TIME // Display estimated time to completion
#if ENABLED(SHOW_REMAINING_TIME)
#define USE_M73_REMAINING_TIME // Use remaining time from M73 command instead of estimation
#define ROTATE_PROGRESS_DISPLAY // Display (P)rogress, (E)lapsed, and (R)emaining time

// #define SDCARD_SORT_ALPHA

#define STATUS_FAN_FRAMES 2 // :[0,1,2,3,4] Number of fan animation frames
#define STATUS_HEAT_PERCENT // Show heating in a progress bar

#define BABYSTEP_DISPLAY_TOTAL // Display total babysteps since last G28

#define LIN_ADVANCE_K 0.22 // Unit: mm compression per 1mm/s extruder speed

#define FILAMENT_CHANGE_UNLOAD_LENGTH 0 // (mm) The length of filament for a complete unload.
#define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle.

#define X_CURRENT 800 // (mA) RMS current. Multiply by 1.414 for peak current.
#define Y_CURRENT 800
#define Z_CURRENT 800
#define E0_CURRENT 550

#define X_HYBRID_THRESHOLD 224 // [mm/s]
#define X2_HYBRID_THRESHOLD 224
#define Y_HYBRID_THRESHOLD 224
#define Y2_HYBRID_THRESHOLD 224
#define Z_HYBRID_THRESHOLD 8
#define Z2_HYBRID_THRESHOLD 8
#define Z3_HYBRID_THRESHOLD 8
#define Z4_HYBRID_THRESHOLD 8
#define I_HYBRID_THRESHOLD 8
#define J_HYBRID_THRESHOLD 8
#define K_HYBRID_THRESHOLD 8
#define E0_HYBRID_THRESHOLD 44
#define E1_HYBRID_THRESHOLD 44
#define E2_HYBRID_THRESHOLD 44
#define E3_HYBRID_THRESHOLD 44
#define E4_HYBRID_THRESHOLD 44
#define E5_HYBRID_THRESHOLD 44
#define E6_HYBRID_THRESHOLD 44
#define E7_HYBRID_THRESHOLD 44