Difference between revisions of "Circular Interpolation"
From CNC.xyz Wiki
| (3 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
'''Standard Format (Clockwise):''' | '''Standard Format (Clockwise):''' | ||
G2 | G2 | ||
| − | + | <br /> | |
'''Standard Format (Counter Clockwise):''' | '''Standard Format (Counter Clockwise):''' | ||
G3 | G3 | ||
| Line 11: | Line 11: | ||
=== Absolute 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