@droftarts Sorry for taking nearly a month to respond. Here is my config.g and homeall.g. As a reminder I was having an issue where when I click home all it says that insufficient axis are homed after upgrading to RRP firmware 2
config.g
; Configuration file for testing Duet Ethernet and Wifi
; Communication and general
M111 S0 ; Debug off
M550 PDuetWifi ; Machine name and Netbios name (can be anything you like)
M551 Preprap ; Machine password (used for FTP)
;*** If you have more than one Duet on your network, they must all have different MAC addresses, so change the last digits
M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address
;*** Networking - Enable for both WiFi and Ethernet boards.
M552 S1 ; Turn network on
;*** Ethernet networking: Adjust the IP address and gateway in the following 2 lines to suit your network
M552 P192.168.1.14 ; (0 = DHCP)
M554 P192.168.1.255 ; Gateway
M553 P255.255.255.0 ; Netmask
M555 P2 ; Set output to look like Marlin
G21 ; Work in millimetres
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
; Axis and motor configuration
M667 S1 ; switch to CoreXY mode
M569 P0 S0 ; Drive 0 goes backwards (change to S1 to reverse it)
M569 P1 S1 ; Drive 1 goes forwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S1 ; Drive 3 goes forwards extruder
M569 P4 S1 ; Drive 4 goes forwards
M350 X16 Y16 Z16 E16 I1 ; set 16x microstepping with interpolation
M574 X1 Y2 Z1 S1 ; set homing switch configuration
; M906 X800 Y800 Z800 E800 ; Set motor currents (mA)
M906 X1000 Y1000 Z1000 E1000 ; Set motor currents (mA)
; M201 X800 Y800 Z15 E1000 ; Accelerations (mm/s^2)
M201 X800 Y800 Z60 E1000 ; Accelerations (mm/s^2)
; M203 X15000 Y15000 Z200 E3600 ; Maximum speeds (mm/min)
M203 X15000 Y15000 Z1000 E3600 ; Maximum speeds (mm/min)
M566 X600 Y600 Z30 E20 ; Maximum jerk speeds mm/minute
M208 X300 Y200 Z300 ; set axis maxima and high homing switch positions (adjust to suit your machine)
M208 X0 Y0 Z0 S1 ; set axis minima and low homing switch positions (adjust to make X=0 and Y=0 the edges of the bed)
M92 X100 Y100 Z400 ; set axis steps/mm
M584 X1 Y0
G21 ; Work in millimetres
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
; Thermistors
M305 P0 T100000 B3950 R4700 H30 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction
M305 P1 T100000 B4725 R4700 H30 L0 C7.06e-8 ; Put your own H and/or L values here to set first nozzle thermistor ADC correction
;M305 P2 T100000 B3974 R4700 H30 L0 ; Put your own H and/or L values here to set 2nd nozzle thermistor ADC correction
M570 S180 ; Hot end may be a little slow to heat up so allow it 180 seconds
; Adjustments for J-heads used as dummy heaters on test rig
M307 H0 A113.0 C797.6 D3.5 S1.00 B0
M307 H1 A250.0 C140.0 D5.5 S1.00 B0
M307 H2 A250.0 C140.0 D5.5 S1.00 B0
; Fans
M106 P1 T45 H1 ; enable thermostatic mode for fan 1 at temp 45 degrees. Fan turns on when P1(extruder 1) is above 45 degrees.
; Tool definitions
M563 P0 D0 H1 ; Define tool 0
G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures
;*** If you have a single-nozzle build, comment the next 2 lines
;M563 P1 D1 H2 ; Define tool 1
;G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures
M92 E404.5 ; Set extruder steps per mm
; Z probe and compensation definition
;*** If you have a switch instead of an IR probe, change P1 to P4 in the following M558 command
; M558 P5 I1 R0.9 F420 X0 Y0 Z0 ; Z probe is an IR probe and is not used for homing any axes
M558 P5 H5 F700 T4000 X0 Y0 Z1
M307 H3 A-1 C-1 D-1
M280 P3 S10 I1
G31 P25 X-8 Y-15.0 Z2.9
; G31 X0 Y0 Z-0 P100 ; Set the zprobe height and threshold (put your own values here)
;*** If you are using axis compensation, put the figures in the following command
M556 S78 X0 Y0 Z0 ; Axis compensation here
M208 S1 Z0 ; set minimum Z
T0 ; select first hot end
homeall.g
G91 ; relative mode
G1 Z10 F200 ; raise head to avoid dragging nozzle over the bed
G1 X-350 F3000 S1 ; move up to 240mm in the -X direction, stopping if the homing switch is triggered
G1 X4 F600 ; move slowly 4mm in the +X direction
G1 X-10 S1 ; move slowly 10mm in the -X direction, stopping at the homing switch
G1 Y300 F3000 S1 ; move up to 240mm in the Y direction, stopping if the homing switch is triggered
G1 Y-4 F600 ; move slowly 4mm in the -Y direction
G1 Y10 S1 ; move slowly 10mm in the Y direction, stopping at the homing switch
;G1 Z-300 F3000 S1 ; move up to 240mm in the -Z direction, stopping if the homing switch is triggered
;G1 Z4 F600 ; move slowly 4mm in the +Z direction
;G1 Z-10 S1 ; move slowly 10mm in the -Z direction, stopping at the homing switch
G90 ; back to absolute mode
G1 X20 Y180 F3600 ; Move to position on glass.
G4 P1000 ; Wait one second to let probe clear.
; G30 ; Home Z with probe
; G1 Z10 F3600
G1 X150 Y100 ; center
M280 P3 S90 I1 ; reset probe
M280 P3 S10 I1 ; deploy probe
G30
G90 ; absolute positioning
G1 Z20 F4000
M280 P3 S90 I1 ; reset probe