For a brief description of how Chamfer and Corner Radius are programmed with G01 G code read following cnc programming article
Chamfer and Radius Programming with G01 G code.
You might read other cnc example program articles, these cnc programming articles are a good cnc programming reference for cnc programmers/cnc machinists working on the shop floor.
- CNC Programming for Beginners a Simple CNC Programming Example
- CNC Programming Example in Inch Simple CNC Lathe Program
- Lathe CNC Programming Example
- CNC Milling Machine Programming Example for Beginners
- CNC G02 Circular Interpolation Clockwise CNC Milling Sample Program
The following cnc program example shows how actually Chamfer and Radius are programmed with G01 in a cnc lathe program.
G01 Chamfer and Corner Rounding
N5 …… N6 G00 X0 Z3 N7 G01 Z0 F0.2 N8 X35 C2 N9 Z-40 R4 N10 X55 Z-52 F0.1 N11 X75 C2 N12 Z-76 N13 G00 X100 Z50 N14 ……