Browse Source

Fix comment on G29 to include 'Z'

Scott Lahteine 8 years ago
parent
commit
daa2cad21f
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      Marlin/Marlin_main.cpp

+ 5
- 1
Marlin/Marlin_main.cpp View File

3864
    *
3864
    *
3865
    * Enhanced G29 Auto Bed Leveling Probe Routine
3865
    * Enhanced G29 Auto Bed Leveling Probe Routine
3866
    *
3866
    *
3867
-   * Parameters With ABL_GRID:
3867
+   * Parameters With LINEAR and BILINEAR:
3868
    *
3868
    *
3869
    *  P  Set the size of the grid that will be probed (P x P points).
3869
    *  P  Set the size of the grid that will be probed (P x P points).
3870
    *     Not supported by non-linear delta printer bed leveling.
3870
    *     Not supported by non-linear delta printer bed leveling.
3888
    *  L  Set the Left limit of the probing grid
3888
    *  L  Set the Left limit of the probing grid
3889
    *  R  Set the Right limit of the probing grid
3889
    *  R  Set the Right limit of the probing grid
3890
    *
3890
    *
3891
+   * Parameters with BILINEAR only:
3892
+   * 
3893
+   *  Z  Supply an additional Z probe offset
3894
+   *
3891
    * Global Parameters:
3895
    * Global Parameters:
3892
    *
3896
    *
3893
    * E/e By default G29 will engage the Z probe, test the bed, then disengage.
3897
    * E/e By default G29 will engage the Z probe, test the bed, then disengage.

Loading…
Cancel
Save