I am using RC Bugfix from 31 May 2016, and one feature I don't see anymore is the "z raise before homing" setting. There is still a z raise before probing for ABL, but oftentimes if I am checking my nozzle/bed clearance, and then home the machine my z probe will crash into the bed if I forget to raise Z before running an autohome command. Can I just add these two lines back into the newer code (RC6 I believe)?

#define Z_RAISE_BEFORE_HOMING 12 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
// Be sure you have this distance over your Z_MAX_POS in case.