Haas G150 Pocket Milling Program Example


Submit by: Brian

Drawing/Image

Haas G150 Pocket Milling Program Example

CNC Program

(5.0 x 5.0 x 0.500 DP. Square Pocket)

Main Program
%
O01001
T1 M06 (Tool #1 is a 0.500” diameter endmill)
G90 G54 G00 X0. Y1.5 (XY Start Point)
S2000 M03
G43 H01 Z0.1 M08
G01 Z0.1 F10.
G150 P1002 Z-0.5 Q0.25 R0.01 J0.3 K0.01 G41 D01 F10.
G40 G01 X0. Y1.5
G00 Z1. M09
G53 G49 Y0. Z0.
M30
%

Subprogram
%
O01002
G01 Y2.5 (1)
X-2.5 (2)
Y-2.5 (3)
X2.5 (4)
Y2.5 (5)
X0. (6) (Close Pocket Loop)
M99 (Return to Main Program)
%