Programming manual
CNC 8055
CNC 8055i
TOOL COMPENSATION
8.
·M· & ·EN· MODELS
SOFT: V02.2X
·141·
Tool radius compensation (G40, G41, G42)
Example of machining with radius compensation:
The programmed path is shown with solid line and the compensated path with dashed line.
Tool radius 10mm
Tool numbe r T1
Tool offset number D1
; Preset
G92 X0 Y0 Z0
; Tool, offset and spindle start at S100
G90 G17 F150 S100 T1 D1 M03
; Begins compensation
G42 G01 X30 Y30
X50
Y60
X80
X100 Y40
X140
X120 Y70
X30
Y30
; Cancels compensation
G40 G00 X0 Y0
M30