Last modified by writer on 2022/11/03 11:38

Show last authors
1 (% style="color:#a0be2d" %)//**G92 axes**//
2
3 The (% style="color:#a0be2d" %)//**G92**//(%%) command sets the current position to the desired coordinates (without moving). An specification of any axis is optional, but at least one axis must be specified. If no axis is specified, the coordinate on that axis does not change.
4
5 When the (% style="color:#a0be2d" %)//**G92**//(%%) command is executed, the origin of all coordinate systems is shifted by the same value so that the coordinates of the current position in the active coordinate system become equal to the specified //axes// parameters.
6
7 For example, suppose that the current position is X=4 and there is no offset (% style="color:#a0be2d" %)//**G92**//(%%). After that, the (% style="color:#a0be2d" %)//**G92**//(%%) **//X7//** command is specified. This shifts all coordinate origin along X by -3, resulting in the current position becoming X=7.
8
9 The (% style="color:#a0be2d" %)//**G92**//(%%) offset may already be active when the (% style="color:#a0be2d" %)//**G92**//(%%) command is called. In this case, the current offset is replaced by a new offset at which the position becomes equal to the specified value.
10
11 {{error title="**It is an error if:**"}}
12 * no axis is specified.
13 {{/error}}
14
15 To disable the (% style="color:#a0be2d" %)//**G92**//(%%) offset, you can use the [[(% style="color:#a0be2d" %)//**G92.1**//>>doc:Руководство пользователя.Описание G-кодов.Список G-кодов, поддерживаемых системой.G90-G99.G92\.1, G92\.2: Отмена смещения G92]](%%) or [[(% style="color:#a0be2d" %)//**G92.2**//>>doc:Руководство пользователя.Описание G-кодов.Список G-кодов, поддерживаемых системой.G90-G99.G92\.1, G92\.2: Отмена смещения G92]](%%) command.