G-code
Supported G-code

G0 (Rapid Linear Motion)

0min

For rapid linear motion, program G0 X... Y... Z... A..., where all the axis words are optional, except that at least one must be used. The G0 is optional if the current motion mode is G0. This will produce coordinated linear motion to the destination point at the current traverse rate (or slower if the machine will not go that fast). It is expected that cutting will not take place when a G0 command is executing.

An error occurs if:

• All axis words are omitted.

If cutter radius compensation is active, the motion will differ from the above; see Appendix A. If G53 is programmed on the same line, the motion will also differ.