Chamfer

With the G24 NC function, you can insert a chamfer between two straight lines. The chamfer size references the point of intersection you are programming using the straight line.

NC programs contained in this User's Manual are suggestions for solutions. The NC programs or individual NC blocks must be adapted before being used on a machine.

  • Change the following contents as needed:
  • Tools
  • Cutting parameters
  • Feed rates
  • Clearance height or safe position
  • Machine-specific positions, e.g. with M91
  • Paths of program calls

Some NC programs depend on the machine kinematics. Adapt these NC programs to your machine kinematics before the first test run.

In addition, test the NC programs using the simulation before the actual program run.

 
Tip

With a program test you determine whether the NC program can be used with the available software options, the active machine kinematics and the current machine configuration.

N110 G01 X+40 Y+5

; Straight line at machining feed rate

N120 G24 R12

; Chamfer at machining feed rate

N130 G01 X+5 Y+0

; Straight line at machining feed rate

The value following the R syntax element corresponds to the chamfer size.

G24 corresponds to the CHF Klartext syntax.

Chamfer CHF