Ver código fonte

Fix grammar of comment for G29 T command

Roxy-3D 6 anos atrás
pai
commit
41b7f16ab8
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

+ 1
- 1
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp Ver arquivo

@@ -258,7 +258,7 @@
258 258
    *   T     Topology   Display the Mesh Map Topology.
259 259
    *                    'T' can be used alone (e.g., G29 T) or in combination with most of the other commands.
260 260
    *                    This option works with all Phase commands (e.g., G29 P4 R 5 T X 50 Y100 C -.1 O)
261
-   *                    This parameter can also specify a Map Type. T0 (the default) is user-readable. T1 can
261
+   *                    This parameter can also specify a Map Type. T0 (the default) is user-readable. T1
262 262
    *                    is suitable to paste into a spreadsheet for a 3D graph of the mesh.
263 263
    *
264 264
    *   U     Unlevel    Perform a probe of the outer perimeter to assist in physically leveling unlevel beds.

Carregando…
Cancelar
Salvar