G0: Fast Linear Interpolation

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

G0 axes

For fast linear interpolation, specify G0 ‘axes’, where either axis is optional. Specifying G0 is optional if the current travel mode is G0. This command linearly moves to the destination with a maximum speed (or less). It is assumed that cutting will not occur when the G0 command is executed.

The maximum speed may exceed the speed set in the displacement parameters for each axis separately.

G0 example:
G90 (set absolute positioning mode)
G0 X1 Y-2.3 (fast linear interpolation from current position to X1 Y-2.3)
M30 (end of program)

If the G53 command is shown on the same line as G0,  the movement will be different from the one indicated above. See the description of the G53 command for more details.

It is an error if:
  • the axis symbol is indicated without a numerical value.

Additionally on the topic: 
Perform Preparation Move