The linear movement programmed with G01 G Code can be linked to the movement of the next cnc program block by a chamfer (C) or a radius (R).
Related: G01 Chamfer and Corner Rounding a CNC Program Example
G01 Chamfer Programming
The chamfer can be identified by just the letter C followed by the value.
N12 ….. N13 G1 X… Z… C… N14 …..
![G01 Chamfer Programming G01 Chamfer Programming](http://www.helmancnc.com/wp-content/uploads/2012/11/G01-Chamfer-Programming.jpg)
G01 Chamfer Programming
G01 Radius Programming
The Radius can be identified by just the letter R followed by the value.
N12 ….. N13 G1 X… Z… R… N14 …..
![G01 Radius Programming G01 Radius Programming](http://www.helmancnc.com/wp-content/uploads/2012/11/G01-Radius-Programming.jpg)
G01 Radius Programming
For a complete cnc programming example of Chamfer and Radius with G01 read following cnc programming article
G01 Chamfer and Corner Rounding a CNC Program Example