G00 moves the tool to a position at the machine maximum traverse rate. It is a positioning move, not a cutting move — use it to get from one place to another quickly, never to cut material.
Format
How it works
- Travels at rapid speed, ignoring any F feed rate.
- On many controllers the path is not a straight diagonal — axes may move independently, so check clearance.
- Modal: stays active until another motion code (G01, G02, G03) replaces it.
Example
G00 X1.0 Y2.0 (rapid over the next feature)
Related: G01 and the G-Code Cheat Sheet.
