Last modified by writer on 2022/11/02 19:26

Hide last authors
writer 2.2 1 (% style="color:#a0be2d" %)//**G90**//(%%) – absolute positioning mode. In absolute positioning mode, the axis parameters usually indicate the position in the active coordinate system.
writer 1.1 2
writer 2.2 3 {{code language="g-code" title="(% style=~"color:#a0be2d~" %)//**G90**//(%%)// example~~://"}}
4 G90 (absolute position setting)
5 G0 X2.5 (fast movement to position X2.5, taking into account all offsets)
writer 2.1 6 {{/code}}
7
writer 2.2 8 (% style="color:#a0be2d" %)//**G91**//(%%) – incremental positioning mode. In incremental positioning mode, axis parameters usually indicate increments relative to the current position.
writer 1.1 9
writer 2.2 10 {{code language="g-code" title="(% style=~"color:#a0be2d~" %)//**G91**//(%%)// example~~://"}}
11 G91 (incremental positioning reference)
12 G0 X2.5 (fast movement of 2.5 along the X axis relative to the current position)
writer 2.1 13 {{/code}}