Changes for page G0: Ускоренное линейное перемещение
Last modified by writer on 2023/02/09 18:35
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,10 +8,10 @@ 8 8 {{code language="g-code" title="(% style=~"color:#a0be2d~" %)//**G0 **//(%%)//example~~://"}} 9 9 G90 (set absolute positioning mode) 10 10 G0 X1 Y-2.3 (fast linear interpolation from current position to X1 Y-2.3) 11 -M 2(end of program)11 +M30 (end of program) 12 12 {{/code}} 13 13 14 -If the (% style="color:#a0be2d" %)//**G53**//(%%) command is shown on the same line as (% style="color:#a0be2d" %)//**G0**//(%%), the movement will be different from the one indicated above. See the description of the **[[(% style="color:#a0be2d" %)//**G53**//>>doc:Руководство пользователя.Описание G-кодов.Список G-кодов, поддерживаемых системой.G40-G79.G53: Перемещение в машинных координатах]](%%) **command for more details//.//14 +If the (% style="color:#a0be2d" %)//**G53**//(%%) command is shown on the same line as (% style="color:#a0be2d" %)//**G0**//(%%), the movement will be different from the one indicated above. See the description of the **[[(% style="color:#a0be2d" %)//**G53**//>>doc:Руководство пользователя.Описание G-кодов.Список G-кодов, поддерживаемых системой.G40-G79.G53: Перемещение в машинных координатах]](%%) **command for more details//.// 15 15 16 16 {{error title="**It is an error if:**"}} 17 17 * the axis symbol is indicated without a numerical value.