|
@@ -3864,7 +3864,7 @@ inline void gcode_G28() {
|
3864
|
3864
|
*
|
3865
|
3865
|
* Enhanced G29 Auto Bed Leveling Probe Routine
|
3866
|
3866
|
*
|
3867
|
|
- * Parameters With ABL_GRID:
|
|
3867
|
+ * Parameters With LINEAR and BILINEAR:
|
3868
|
3868
|
*
|
3869
|
3869
|
* P Set the size of the grid that will be probed (P x P points).
|
3870
|
3870
|
* Not supported by non-linear delta printer bed leveling.
|
|
@@ -3888,6 +3888,10 @@ inline void gcode_G28() {
|
3888
|
3888
|
* L Set the Left limit of the probing grid
|
3889
|
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
|
3895
|
* Global Parameters:
|
3892
|
3896
|
*
|
3893
|
3897
|
* E/e By default G29 will engage the Z probe, test the bed, then disengage.
|