- Select the 'MAINTENANCE' button next to your printer.
- Access the GCODE terminal by selecting the 'MAINTENANCE' tab.
- Type M851 into the GCODE terminal and press enter. You will see a message like this:
- The default for the 'Probe Z Offset' number is 10. If the value that was returned from the M851 command deviates too much from the average (e.g. it returns 0 or 15 etc.), something may have gone wrong during the calibration process.
- While still in the GCODE terminal, type M851 Z10 and press enter. This will tell the printer that the Z offset is now 10.
- To permanently store the new Z offset value, type M500 and press enter. You will see a message similar to the one below that tells you the setting was stored:
- To confirm that it’s all worked, type M501 and hit enter. This will load all of the printers settings in the GCODE terminal; at the end of the response, you should see the new M851 value (Z offset).
- Alternatively, you may upload this GCODE file to BuildBee in the 'Control' section of the maintenance console and let it run.