@droftarts here is the complete config. thanks
; Configuration file for Duet WiFi (firmware version 3.3)
; executed by the firmware on start-up
; MAY 20th 2023
; generated by RepRapFirmware Configuration Tool v3.3.16 on Sun Apr 09 2023 09:17:40 GMT-0400 (Eastern Daylight Time)

; General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"My Printer" ; set printer name

; Network
M552 P192.168.1.44 S1 ; enable ethernet
M552 I1 S1 ;enable wifi
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet

; Drives

M569 P0.0 S0 ; physical drive 0 goes forwards
M569 P0.1 S1 ; physical drive 1 goes forwards
M569 P0.2 S1 ; physical drive 2 goes fowards
M569 P0.4 S1 ; physical drive 3 goes fowards
M584 X0.0 Y0.1 Z0.4 E0.2 ; set drive mapping
M350 X64 Y64 Z64 E32 I0 ; configure microstepping with interpolation
M92 X2517.70259628 Y2517.70259628 Z6400 E810.20408163 ; set steps per mm
M566 X500.00 Y500.00 Z900.00 E800.00 ; set maximum instantaneous speed changes (mm/min)
M203 X1800.00 Y1800.00 Z1000.00 E2500 ; set maximum speeds (mm/min)
M201 X450.00 Y450.00 Z500.00 E1000.00 ; set accelerations (mm/s^2)
M906 X2300 Y2300 Z1230 E1190 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout

; Axis Limits
M208 X0 Y0 Z-0 S1 ; set axis minima
M208 X225 Y225 Z95 S0 ; set axis maxima

; Endstops
M574 X1 S1 P"!io0.in" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
M574 Y1 S1 P"!io1.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop
M574 Z1 S1 P"!io2.in" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin zstop

; Z-Probe
M558 P0 H5 F120 T1200 ; disable Z probe but set dive height, probe speed and travel speed
M557 X15:195 Y15:195 S20 ; define mesh grid

; Heaters
M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"out0" T0 ; create bed heater output on bedheat and map it to sensor 0
M307 H0 R0.544 K0.253:0.000 D9.21 E1.35 S1.00 B0 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S75 ; set temperature limit for heater 0 to 75C
M308 S1 P"temp1" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"out2" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 R3.310 K0.538:0.000 D7.28 E1.35 S1.00 B0 V24.3 ; disable bang-bang mode for hot end heater and set PWM limit
M143 H1 S240 ; set temperature limit for heater 1 to 220C

; Fans
M950 F0 C"out7" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S1 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"out8" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S1 H-1 ; set fan 1 value. Thermostatic control is turned off

; Tools
M563 P0 S"EXTRUDER" 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
M572 D0 S0.03 ; Pressure advance April 17 2020

; Input Shaping
;M955 P0 I42 C"spi.cs4+spi.cs3" ; CONFIG ACCELLEROMETER
;M593 P"MZV" F40 ; SET PROFILE OF SHAPER 3/7/2023

T0 ; Select the first head