0% found this document useful (0 votes)
55 views

GCode

The document describes common G-codes used in CNC machining including codes for rapid positioning, linear interpolation, circular interpolation, absolute and incremental coordinates, and tool compensation. G00 is for rapid positioning without cutting. G01 is for linear interpolation or cutting along a path. G02/G03 are for circular interpolation where G02 cuts clockwise and G03 cuts counterclockwise. G90 and G91 specify absolute or incremental coordinates. G41 and G42 activate tool compensation for the left or right side of the tool.

Uploaded by

sifusz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views

GCode

The document describes common G-codes used in CNC machining including codes for rapid positioning, linear interpolation, circular interpolation, absolute and incremental coordinates, and tool compensation. G00 is for rapid positioning without cutting. G01 is for linear interpolation or cutting along a path. G02/G03 are for circular interpolation where G02 cuts clockwise and G03 cuts counterclockwise. G90 and G91 specify absolute or incremental coordinates. G41 and G42 activate tool compensation for the left or right side of the tool.

Uploaded by

sifusz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 4

G Code

G00 Rapid positioning (No Cutting, max speed)


G01 Linear Interpolation (Cutting)
Eg : G01 X2 Y3 Z0 F30
F Feed rate
G02/G03 Circular Interpolation (c/w /toccw
Cen point of arc relative 1
st rotation)
Point
G02 X? Y? i? j? F?
G02 X6 Y1 i2.5 j0 F20
Assume using
End point of arc
absoloute

G90/G91 Absolute / Incremental Coordinate


Prep Code
G41 /G42 - LEFT/ RIGHT Tool Compensation

You might also like