BLTouch Z Offset

I have G32 in my start script, but smoothieware seems to ignore the Z offset that I previously set, so I had to add the Z probe offset in my start script.
Also it seems to ignore the “Z Home Ofs” setting from the display configurations

So I do G32 first, and then G30 to set the offset
G32 X10 Y10 A370 B330
G30 Z1.40

I could not see where to set this in the configuration file?
Is there another way other than setting the offset in the start script?

Imported from wikidot

Probe offsets are for XY, they do nothing for Z. To set probing height, see the whole section at the bottom of the zprobe page that is all about that.