Quote Originally Posted by Roxy View Post
I believe if you have Z_RAISE_BEFORE_HOMING set to some positive number (in configuration.h) , it will raise that much prior to doing anything. But if we can't get that going the way you want it with Configuration.h settings, we can do a one line patch to make it how you want it.
This is how it bis set now, but I have to lift for homing in the sliced code, it wont lift if I just use a G28.

// these are the offsets to the probe relative to the extruder tip (Hotend - Probe)
#define X_PROBE_OFFSET_FROM_EXTRUDER 0 //-25
#define Y_PROBE_OFFSET_FROM_EXTRUDER 0 //-29
#define Z_PROBE_OFFSET_FROM_EXTRUDER -4.4// -1.8 -9 -12.35


#define Z_RAISE_BEFORE_HOMING 10 // (in mm) Raise Z before homing (G28) for Probe Clearance.
// Be sure you have this distance over your Z_MAX_POS in case


#define XY_TRAVEL_SPEED 8000 // X and Y axis travel speed between probes, in mm/min


#define Z_RAISE_BEFORE_PROBING 10 //How much the extruder will be raised before traveling to the first probing point.
#define Z_RAISE_BETWEEN_PROBINGS 5 //How much the extruder will be raised when traveling from between next probing points