Tagged: CAM

CNC G Code: G04 0

CNC G Code: G04

Dwell Takes the argument P, which is the dwell time in seconds or milliseconds. If a decimal point is used, the time will be seconds; if it is omitted, the time will be in...

CNC G Code: G02 and G03 6

CNC G Code: G02 and G03

Circular interpolation at a given feedrate. G02 Clockwise arc motion at feedrate. G03 Counterclockwise arc motion at feedrate. The clockwise direction is determined by viewing the arc from the positive side of a vector...

CNC G Code G17, G18, and G19 3

CNC G Code G17, G18, and G19

Plane Selection Circular milling operations (such as G02 and G03) must be aligned on a plane defined by two axes of motion.  This plane is selected by calling one of these functions. G17 aligns...

CNC G Code: G1 or G01 1

CNC G Code: G1 or G01

Linear move at a specified feed rate.  It can cut in a single axis, or using multiple axes. It is a modal command, so any coordinates that follow it will be treated as liner...

CNC G Code: G0 or G00 1

CNC G Code: G0 or G00

Rapid move to a point. (Not necessarily in a straight line!) G0 (G zero) tells the machine to move as quickly as possible to a given point (absolute or relative, depending on the setting...