Last modified by writer on 2023/02/09 18:35

From version 2.1
edited by writer
on 2022/08/26 18:27
Change comment: There is no comment for this version
To version 3.1
edited by writer
on 2023/02/09 17:16
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,16 +1,16 @@
1 1  (% style="color: rgb(160,190,45);" %)
2 2  //**G0 axes**//
3 3  
4 -For fast linear interpolation, specify (% style="color:#a0be2d" %)//**G0**//(%%) ‘axes’, where either axis is optional. Specifying (% style="color:#a0be2d" %)//**G0**//(%%) is optional if the current travel mode is​​​​​​​ (% style="color:#a0be2d" %)//**G0**//(%%). This command linearly moves to the destination with a maximum speed (or less). It is assumed that cutting will not occur when the (% style="color:#a0be2d" %)//**G0 **//(%%)command is executed.
4 +For fast linear interpolation, specify (% style="color:#a0be2d" %)//**G0**//(%%) ‘axes’, where either axis is optional. Specifying (% style="color:#a0be2d" %)//**G0**//(%%) is optional if the current travel mode is (% style="color:#a0be2d" %)//**G0**//(%%). This command linearly moves to the destination with a maximum speed (or less). It is assumed that cutting will not occur when the (% style="color:#a0be2d" %)//**G0 **//(%%)command is executed.
5 5  
6 6  The maximum speed may exceed the speed set in the displacement parameters for each axis separately.
7 7  
8 -(% style="color:#a0be2d" %)//**G0 **//(%%)//example~://
8 +{{code language="g-code" title="(% style=~"color:#a0be2d~" %)//**G0 **//(%%)//example~~://"}}
9 +G90 (set absolute positioning mode)
10 +G0 X1 Y-2.3 (fast linear interpolation from current position to X1 Y-2.3)
11 +M2 (end of program)
12 +{{/code}}
9 9  
10 -(% style="color:#a0be2d" %)//**G90** //(%%)(set absolute positioning mode)​​​​​​​
11 -(% style="color:#a0be2d" %)//**G0 X1 Y-2.3**//(%%) (fast linear interpolation from current position to //X1 Y-2.3//)​​​​​​​
12 -(% style="color:#a0be2d" %)//**M2**//(%%) (end of program)
13 -
14 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:**"}}