11 lines
125 B
Plaintext
11 lines
125 B
Plaintext
G21 G90
|
|
F100
|
|
#<present> = 7
|
|
O10 if [EXISTS[#<present>]]
|
|
G1 X1
|
|
O10 endif
|
|
O20 if [EXISTS[#<missing>] EQ 0]
|
|
G1 Y1
|
|
O20 endif
|
|
M30
|