I used serial port sniffer to locate this issue.
My z-probe is located 12.4mm below the nozzle on a hinge. The value is entered in EEPROM:
EPR:3 808 12.400 Z-probe height [mm]
For some reason OpenDACT corrupts it. When I open the program and use "check current heights", it probes once, then sends this:
M206 T3 P808 X5.280
and, almost immediately, this:
M206 T3 P808 X5.280
In the program the value gets displayed as 5.2799999
Why would it touch this value, it should be treated as a constant?