Operation Manual

HEIDENHAIN MANUALplus 4110 369
6.20 Face Machining
Figure definition: Rectangle, face G305
G305 defines a rectangle on the face. Program this figure in
conjunction with G793 or G797.
Parameters
XK center
YK center
A angle—reference: see graphic support window
K length of rectangle
B height of rectangle
R chamfer/rounding
R<0: Chamfer length
R>0: Rounding arc
Example: G305
%305.nc
[G305]
N1 T70 G197 S1200 G195 F0.2 M104
N2 M14
N3 G110 C0
N4 G0 X100 Z2
N5 G793 Z2 ZE-5 P2 U0.5 R0 I0.5 F0.15 H0 Q0
N6 G305 XK20 YK5 A0 K15 B10 R2
N7 G80
N8 M15
END