How to set your 3D Printer Z-Probe Offset


Getting your Z-probe offset right is really important. It tells your printer what the physical difference is between your probe and the print nozzle.

Get it wrong, and you’ll either start printing in midair (bad) or hit the print bed with the nozzle (very bad),

Setting your Z-Probe Offset is easily done in OctoPrint or similar with a few Marlin commands and a piece of paper. If, like me, you’re forever modifying your printer, having a straightforward reference guide for this process will come in handy…

  1. Reset your Z-Probe Offset with M851 Z0
  2. Save this to the EEPROM using M500
  3. Set EEPROM values as your Active Parameters using M501
  4. Confirm the value of the Z-Probe Offset using M503
  5. Use G28 to auto-home. This will move up slightly after the Z-Probe is triggered
  6. Use G1 F60 Z0 to move back to Z0
  7. Unlock the soft Z limit to enable movement below Z0 using M211 S0
  8. Heat the nozzle to the temperature you’ll usually print at using M109 S<temp>, for example M109 S190, as the measurements may be different due to the metal expanding
  9. Put a piece of paper underneath the nozzle, and move Z down until the paper can only just be moved
  10. Check the Z position on the printer screen, and subtract another 0.1 from this value to account for the thickness of the paper. This will be your new Z-Probe Offset value
  11. Set the nozzle temperature back to 0 with M104 S0
  12. Set your new Z-Probe Offset using M851 Z<newValue>, for example M851 Z-2.2
  13. Re-enable the soft movement limits using M211 S1
  14. Save the new Z-Probe Offset to your EEPROM using M500
  15. Set EEPROM values as your Active Parameters using M501
  16. Confirm the value of the Z-Probe Offset using M503
  17. Use G28 to auto-home again
  18. Use G1 F60 Z0 to move to the new Z0, which should place the nozzle should be fractionally above the build plate

6 responses to “How to set your 3D Printer Z-Probe Offset”

  1. This is the best how-to on the matter I’ve found. Easy to follow, excellent layout highlighting the commands. Thanks for the time you invest to make this. Thanks to you, I got my printer setup fairly easily with the BLTouch.

  2. Thank you so much for this info has helped me out tremendously

  3. Thank you so much . For the first time ever my offset is set correctly

  4. Randomly found this guide after going crazy trying to figure out my z-offset issues. This is the most straightforward and easy-to-follow tutorial I’ve found and I didn’t have to watch a 15-minute youtube video to figure it out.

    THANK YOU