just want to help you can try my config i have a bltouch and e3d hotend and bontech gear exetruder 3:1 you can use my config as and starting point i use an ender 3 pro
here is my config
; Configuration file for Duet WiFi (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.0.3 on Tue Sep 10 2019 09:03:05 GMT+0700 (Indochina Time)
; General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"enderpooh" ; set printer name
; Network
M551 P"do you want to know" ; set password
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S1 ; enable FTP
M586 P2 S0 ; disable Telnet
; Drives
M569 P0 S0 ; physical drive 0 goes backwards
M569 P1 S0 ; physical drive 1 goes backwards
M569 P2 S1 ; physical drive 2 goes forwards
M569 P3 S1 ; physical drive 3 goes forwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X256 Y256 Z16 E16 I0 ; configure microstepping without interpolation
M92 X1280.00 Y1280.00 Z400.00 E410 ; set steps per mm
M566 X8.00 Y8.00 Z0.40 E5.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z6000.00 E1200.00 ; set maximum speeds (mm/min)
M201 X200.00 Y200.00 Z100.00 E250.00 ; set accelerations (mm/s^2)
M906 X700 Y700 Z760 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X230 Y230 Z250 S0 ; set axis maxima
; Endstops
M574 X1 Y1 S1 ; set active high endstops
; Z-Probe
M574 Z1 S2 ; set endstops controlled by probe
M307 H4 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch
M558 P9 H9 F120 R0.2 T18000 ; set Z probe type to bltouch and the dive height + speeds
G31 P25 X41 Y-12 Z0.55 S35 ; set Z probe trigger value, offset and trigger height
M557 X125:271 Y25:200 S0 P3:3
; probe locoation
M557 P1 X41 Y25
M557 P2 X120 Y25
M557 P3 X200 Y25
M557 P4 X200 Y135
M557 P5 X120 Y135
M557 P6 X41 Y135
M557 P7 X41 Y200
M557 P8 X120 Y200
M557 P9 X200 Y200
; Heaters
M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M305 P1 T100000 B4725 C7.060000e-8 R4700 ; set thermistor + ADC parameters for heater 1
; Fans
M106 P0 S0 I0 F500 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P1 X100 T50 H1 S0 I0 F500
; Tools
M563 P0 D0 H1 F0 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
; Custom settings are defined
M911 S22.8 R23.5
;M915 P0:1 S8 H185 F1 R3
M591 D0 P2 C3 S1
M572 D0 S0.5
M376 H10
M592 D0 A0.01 B0.0005
and i just use stock cura profile and remove max feed rate and travel accellration
and add g29 s0 for auto bed leveling