Elip Macro Programming

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

G90G54G64G00X0Y0Z100

M3S800
G0X20Y0
Z5
#5=-1
N5 G1Z[#5]F20
#1=0

cut the whole eclipse

N10 #1=20*COS[#1]
#2=15*SIN[#1]
G1X[#1]Y[#2]F600
#1=#1+3

machine a small line

make a step of degree

IF [#1 LE 360] GOTO 10


#5=#5-1
IF [#5 GE -5] GOTO 5
G0Z100

M5
M30

You might also like