
8. USER PROGRAMS FOR SIDE CUTTING MENU
SAMPLE PROGRAM B-63423EN/02
-374-
#3=5
call fig_character
G206P0X[20-shift_grap_X]Y[88+shift_grap_Y]
/* green for Tool
color green
G242X[121-shift_grap_X]Y[16+shift_grap_Y] /* (1)
G02X[121-shift_grap_X]Y[16+shift_grap_Y]I[128-shift_grap_X]J[16+shift_grap_Y]
G206P0X[128-shift_grap_X]Y[16+shift_grap_Y]
G242X[121-shift_grap_X]Y[112+shift_grap_Y] /* (2)
G02X[121-shift_grap_X]Y[112+shift_grap_Y]I[128-shift_grap_X]J[112+shift_grap_Y]
G206P0X[128-shift_grap_X]Y[112+shift_grap_Y]
G242X[-9-shift_grap_X]Y[16+shift_grap_Y] /* (3)
G02X[-9-shift_grap_X]Y[16+shift_grap_Y]I[-16-shift_grap_X]J[16+shift_grap_Y]
G206P0X[-16-shift_grap_X]Y[16+shift_grap_Y]
G242X[-9-shift_grap_X]Y[112+shift_grap_Y] /* (4)
G02X[-9-shift_grap_X]Y[112+shift_grap_Y]I[-16-shift_grap_X]J[112+shift_grap_Y]
G206P0X[-16-shift_grap_X]Y[112+shift_grap_Y]
/* Edge Line
color sky_blue /* for Work(blue green)
G242X[0-shift_grap_X]Y[24+shift_grap_Y]
G01X[112-shift_grap_X]Y[24+shift_grap_Y]
G01X[112-shift_grap_X]Y[56+shift_grap_Y]
G01X[0-shift_grap_X]Y[56+shift_grap_Y]
G01X[0-shift_grap_X]Y[24+shift_grap_Y]
G242X[0-shift_grap_X]Y[72+shift_grap_Y]
G01X[112-shift_grap_X]Y[72+shift_grap_Y]
G01X[112-shift_grap_X]Y[104+shift_grap_Y]
G01X[0-shift_grap_X]Y[104+shift_grap_Y]
G01X[0-shift_grap_X]Y[72+shift_grap_Y]
color purple /* for Tools(purple)
G242X[120-shift_grap_X]Y[16+shift_grap_Y] /* (1)
G02X[120-shift_grap_X]Y[16+shift_grap_Y]I[128-shift_grap_X]J[16+shift_grap_Y]
G242X[120-shift_grap_X]Y[112+shift_grap_Y] /* (2)
G02X[120-shift_grap_X]Y[112+shift_grap_Y]I[128-shift_grap_X]J[112+shift_grap_Y]
G242X[-8-shift_grap_X]Y[16+shift_grap_Y] /* (3)
G02X[-8-shift_grap_X]Y[16+shift_grap_Y]I[-16-shift_grap_X]J[16+shift_grap_Y]
G242X[-8-shift_grap_X]Y[112+shift_grap_Y] /* (4)
G02X[-8-shift_grap_X]Y[112+shift_grap_Y]I[-16-shift_grap_X]J[112+shift_grap_Y]
/* red for Path
color red
#1=104-shift_grap_X
#2=16+shift_grap_Y
#3=118-shift_grap_X
#4=#2
#5=1
call fig_line
#1=104-shift_grap_X
#2=112+shift_grap_Y
#3=118-shift_grap_X
#4=#2
#5=1
call fig_line
#1=8-shift_grap_X
#2=16+shift_grap_Y
#3=-6-shift_grap_X
#4=#2
#5=1
call fig_line
#1=8-shift_grap_X
#2=112+shift_grap_Y
#3=-6-shift_grap_X
#4=#2
#5=1
call fig_line