@gdefranc said in Duet 2 Wifi upgrade Troxy x5sa:
G31 P25 X-49 Y Z4.344 ; set Z probe trigger value, offset and trigger height
you are missing the y value
M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
B4138 is incorrect for your printer. you need to find the correct value in the thermistor documentation.
M307 H7 A-1 C-1 D-1 ; Disable the 7th Heater to free up PWM channel 5 on the Duex board.
this is not required for rrf3
for bed.g i assume you want to do this?
https://duet3d.dozuki.com/Wiki/Bed_levelling_using_multiple_independent_Z_motors
go through the guide and if you have questions ask them.
you also need to pid tune your bed and heater.