@jsinicro OK, just tested this, now the probes are deployed independently however when I probe the V axis which is the 2nd X axis eventhugh the probe triggers and the axis stops moving I get a response G28 V Error Homing failed. Can this be debugged or any suggestions. This is the probingV.g file: -I changed the file that was generated, maybe I need to put the original back as now I have the probes working?
homev.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Sun Apr 18 2021 23:08:10 GMT-0400 (Eastern Daylight Time)
G91 ; relative positioning
G1 H1 X50 Y50 V5 F6000 ; lift Z relative to current position
G30 K0
; Uncomment the following lines to lift Z after probing
G91 ; relative positioning
G1 V10 F100 ; lift Z relative to current position
G90 ; absolute positioning