Fix comment on G29 to include 'Z'

This commit is contained in:
Scott Lahteine 2016-12-15 19:03:21 -08:00
parent 8244fefcc2
commit daa2cad21f

View File

@ -3864,7 +3864,7 @@ inline void gcode_G28() {
* *
* Enhanced G29 Auto Bed Leveling Probe Routine * Enhanced G29 Auto Bed Leveling Probe Routine
* *
* Parameters With ABL_GRID: * Parameters With LINEAR and BILINEAR:
* *
* P Set the size of the grid that will be probed (P x P points). * P Set the size of the grid that will be probed (P x P points).
* Not supported by non-linear delta printer bed leveling. * Not supported by non-linear delta printer bed leveling.
@ -3888,6 +3888,10 @@ inline void gcode_G28() {
* L Set the Left limit of the probing grid * L Set the Left limit of the probing grid
* R Set the Right limit of the probing grid * R Set the Right limit of the probing grid
* *
* Parameters with BILINEAR only:
*
* Z Supply an additional Z probe offset
*
* Global Parameters: * Global Parameters:
* *
* E/e By default G29 will engage the Z probe, test the bed, then disengage. * E/e By default G29 will engage the Z probe, test the bed, then disengage.