Fix comment on G29 to include 'Z'

master
Scott Lahteine 8 years ago
parent 8244fefcc2
commit daa2cad21f

@ -3864,7 +3864,7 @@ inline void gcode_G28() {
*
* 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).
* 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
* R Set the Right limit of the probing grid
*
* Parameters with BILINEAR only:
*
* Z Supply an additional Z probe offset
*
* Global Parameters:
*
* E/e By default G29 will engage the Z probe, test the bed, then disengage.

Loading…
Cancel
Save