Difference between revisions of "Circular Interpolation"

From CNC.xyz Wiki
Jump to: navigation, search
Line 3: Line 3:
 
  '''Standard Format (Clockwise):'''
 
  '''Standard Format (Clockwise):'''
 
  G2  
 
  G2  
 
+
 
 
 
  '''Standard Format (Counter Clockwise):'''
 
  '''Standard Format (Counter Clockwise):'''
 
  G3  
 
  G3  

Revision as of 22:58, April 4, 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