well that works. I used M558 H parameter method. not sure if I need to keep the X and Y parameter as well…
here's my homez.g revised
; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool on Mon Sep 18 2017 23:51:32 GMT-0700 (Pacific Daylight Time)
; Lift Z relatively to current position
G91
G1 Z5 F12000
; Back to absolute positioning
G90
; Go to center bed probe point and home the first Z tower
M584 Z2
G1 X59 Y59 F12000
G30
; lift Z after probing
G91
G1 Z5 F200
G90
G1 X0 F12000 ; park first toolhead
; Go to center bed probe point and home the second Z tower
M584 Z5
G1 U59 Y99 F12000
M558 P6 X0 Y0 Z1 H132 F120 T12000 ; Allow 2nd tower to go all the way down to FSR on bed
G30
; lift Z after probing
G91
G1 Z5 F200
G90
G1 U0 F12000 ; park second toolhead
M584 Z2:5 ; join both Z together
M558 P6 X0 Y0 Z1 H5 F120 T12000