Quote
DjDemonD
Okay so if min_software_endstops is disabled then what does the z probe offset do? Will it lower the head that distance before printing begins?
It sets the Z height to the positive of the offset distance. If the offset is -1.3, then Z is set to 1.3. So if a G1 Z0 is sent, the nozzle goes down to the bed with whatever clearance you set it up with.
Don't forget to do a M502/M500 if you have the EEPROM enabled. The Z offset is one of the items saved.