CNC G00 code is a relatively common code used in CNC machining. It can be said that it is often used in CNC machining. So what does it mean?
CNC G00 can be abbreviated as G0, which means the machine tool moves quickly.
Take machining center as an example
G00 X10. Y10.
Means to quickly move to the coordinate axis x10Y10
And this command is modal. Just specify it once. Until another instruction of the same type replaces it
So express mobile can write like this
G00 X10. Y10.
X30. Y30.
The preceding G00 can be omitted.
How does G00 X10. Y10. Z10 work?
This instruction indicates that the three axes are running synchronously.
G00 X10.Y10.
z10.
This instruction means to quickly locate X10.Y10 first.
Then the Z axis is positioned to Z10.
Is this instruction very simple? Have you learned it?





