Does anyone know if there is G-Code that can change the Z offset amount

Does anyone know if there is G-Code that can change the Z offset amount of the Z Probe when you have auto bed leveling enabled. I know that I can just change it in the arduino IDE and then upload the sketch but I would like to be able to do it within a printer interface like Pronterface or Repetier.

M212 Z(whatever) - Where (whatever) is your offset.

@John_Davis Thank you very much…will that change be permanent or will it reset to what was uploaded originally when/if the arduino is reset?

It looks like M500 will store the current settings to EEPROM.

http://reprap.org/wiki/Marlin

Aaaand I learned something today.

@ThantiK I lol’ed