Przeglądaj źródła

Correct comment on ABL G29

Scott Lahteine 8 lat temu
rodzic
commit
534bffa7a9
1 zmienionych plików z 8 dodań i 4 usunięć
  1. 8
    4
      Marlin/Marlin_main.cpp

+ 8
- 4
Marlin/Marlin_main.cpp Wyświetl plik

@@ -4228,10 +4228,14 @@ void home_all_axes() { gcode_G28(true); }
4228 4228
    *
4229 4229
    *  A  Abort current leveling procedure
4230 4230
    *
4231
-   *  W  Write a mesh point. (Ignored during leveling.)
4232
-   *  X  Required X for mesh point
4233
-   *  Y  Required Y for mesh point
4234
-   *  Z  Z for mesh point. Otherwise, current Z minus Z probe offset.
4231
+   * Extra parameters with BILINEAR only:
4232
+   *
4233
+   *  W  Write a mesh point. (If G29 is idle.)
4234
+   *  I  X index for mesh point
4235
+   *  J  Y index for mesh point
4236
+   *  X  X for mesh point, overrides I
4237
+   *  Y  Y for mesh point, overrides J
4238
+   *  Z  Z for mesh point. Otherwise, raw current Z.
4235 4239
    *
4236 4240
    * Without PROBE_MANUALLY:
4237 4241
    *

Ładowanie…
Anuluj
Zapisz