Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

BOXFORD Milling Machine G-Codes:

G00

Rapid Movement

G01

Linear Interpolation

G02

Circular Interpolation(Clockwise)

G03

Circular Interpolation(Counter Clockwise)

G04

Time dwell

G20

Inch input

G21

Metric input

G28

Automatic zero return

G40

Cutter radius compensation cancel

G41

Cutter radius compensation right

G42

Cutter radius compensation left

G54

Work offset

G80

Drilling cycle cancel

G81

Drilling Cycle

G83

Drilling cycle with Peck

G85

Boring Cycle

G90

Absolute Programming Selected

G91

Incremental Programming Selected

M-Codes:
M01

Program stop

M02

End of Program

M03

Spindle Start Forward

M04

Spindle Start Reverse

M05

Spindle Stop

M06

Tool Change

M08

Coolant ON

M09

Coolant OFF

M30

End of Program (Repeat)

M98

Subprogram call

M99

End of subprogram

Sample Output expected from EdgeCAM Postprocessor File name: *.gm1


-----------COMMENTS
MILL FILE
MACHINE = DUET
MAKE TIME = 118
RAPID TRAVEL = 180.5
FEED TRAVEL = 155.649

LISTING LENGTH = 25
END COMMENTS

FLAGS
STANDOFF OFF
FLATBAR
ABSOLUTE
END FLAGS

UNITS
BAR = METRIC
PROGRAM = METRIC
TOOL = METRIC
END UNITS

MATERIAL
TYPE PLASTIC
LENGTH 70
WIDTH 60
HEIGHT 10
END MATERIAL

TOOLS
DIAMETER=2.000 TYPE=2 SLOT DRILL
END TOOLS

PROGRAM
G71
G90
G00 X0 Y0
M03 S1000
G01 Z2.00 F100
G01 X15.00 Y5.00 F100
Z-1.50 F100
X5.00 Y15.00 Z-1.50 F100
X5.00 Y45.00 Z-1.50 F100
G02 X15.00 Y55.00 Z-1.50 I15.00 F100
G01 X50.00 Y55.00 Z-1.50 F100
X50.00 Y40.00 F100
X60.00 Y40.00 F100
X60.00 Y15.00 F100
G03 X50.00 Y5.00 Z-1.50 I10.00 F100
G01 X15.00 F100
Z2.00 F100

X20.00 Y15.00 F100


Z-1.50 F100
X40.00 Y15.00 F100
Y45.00 F100
X20.00 F100
G02 X30.00 Y30.00 Z-1.50 I20.00 F100
G02 X20.00 Y15.00 Z-1.50 I20.00 F100
M99
END PROGRAM

You might also like