Difference between revisions of "Circular Interpolation"

From CNC.xyz Wiki
Jump to: navigation, search
(Created page with "The '''Circular Interpolation''' G-code, known as G02 and G03 allows the machine to move in a circular direction with coordination between multiple axes.")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
The '''Circular Interpolation''' G-code, known as G02 and G03 allows the machine to move in a circular direction with coordination between multiple axes.
+
The '''Circular Interpolation''' G-code, known as G02 and G03 allows the machine to move in a circular direction with coordination between multiple axes. G02 performs Clockwise rotation, and G03 performs clockwise rotation.
 +
 
 +
'''Standard Format (Clockwise):'''
 +
G2
 +
<br />
 +
'''Standard Format (Counter Clockwise):'''
 +
G3
 +
 
 +
=== Incremental Arc Distance Mode ===
 +
 
 +
 
 +
=== Absolute Arc Distance Mode ===
 +
 
 +
[[Category: G-code]]

Latest revision as of 00:29, April 5, 2015

The Circular Interpolation G-code, known as G02 and G03 allows the machine to move in a circular direction with coordination between multiple axes. G02 performs Clockwise rotation, and G03 performs clockwise rotation.

Standard Format (Clockwise):
G2 


Standard Format (Counter Clockwise):
G3 

Incremental Arc Distance Mode

Absolute Arc Distance Mode