g0 — Rapid traverseMotion
Move at maximum feed (non-cutting positioning).
g0 [x<..>] [y<..>] [z<..>] [a<..>] [c<..>]Equivalents: Fanuc G00 · Siemens G0
| Parameter | Type | Default | |
|---|---|---|---|
x/y/z | mm | — | linear target (any subset) |
a/b/c | deg | — | rotary target |
Positions the tool as fast as the machine allows — **never in the cut**. The planner still governs the move against each axis's velocity/accel limits and the pre-flight check flags a rapid that dives into the declared stock.
g0 z25
g0 x0 y0See also: g1