This is successful configuration for machine descibed in title. Printer is standard Ender 3 Pro with no other modifications, with motherboard upgraded to silent 4.2.7. with BLTouch with 5-pin cable.
Configuration.h
#define SERIAL_PORT_2 3 #define BAUDRATE 250000 #define MOTHERBOARD BOARD_CREALITY_V427 #define CUSTOM_MACHINE_NAME "Ender-3 Pro 4.2.7" #define S_CURVE_ACCELERATION //#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN #define USE_PROBE_FOR_Z_HOMING #define Z_MIN_PROBE_PIN PB1 #define BLTOUCH #define NOZZLE_TO_PROBE_OFFSET { -46, -7, -5 } #define PROBING_MARGIN 30 #define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z #define Z_AFTER_PROBING 10 #define Z_PROBE_LOW_POINT -2 #define X_MIN_POS -2 #define Y_MIN_POS -12 #define Z_MIN_POS 0 #define X_MAX_POS X_BED_SIZE +10 #define Y_MAX_POS Y_BED_SIZE -10 #define AUTO_BED_LEVELING_BILINEAR #define RESTORE_LEVELING_AFTER_G28 #define LEVEL_BED_CORNERS #define Z_SAFE_HOMING #define PREHEAT_1_TEMP_HOTEND 200 #define PREHEAT_1_TEMP_BED 60 #define NOZZLE_PARK_FEATURE #define LCD_INFO_SCREEN_STYLE 1
Configuration_adv.h
#define BABYSTEPPING #define BABYSTEP_ALWAYS_AVAILABLE #define BABYSTEP_ZPROBE_OFFSET #define BABYSTEP_ZPROBE_GFX_OVERLAY #define ADVANCED_PAUSE_FEATURE
Leave a Reply