Skip to content

Commit e28e7ff

Browse files
committed
M250 procedure
1 parent 8bf896c commit e28e7ff

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

nc_files/m250.ngc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
o<m250> sub
2+
(debug, in M250.ngc)
3+
4+
o<g881_havex> if [EXISTS[#<x>]]
5+
(debug, X param set: #<x>)
6+
o<g881_havex> endif
7+
8+
o<g881_havey> if [EXISTS[#<y>]]
9+
(debug, Y param set: #<y>)
10+
o<g881_havey> endif
11+
12+
o<g881_havez> if [EXISTS[#<z>]]
13+
(debug, Z param set: #<z>)
14+
o<g881_havez> endif
15+
16+
o<g881_havep> if [EXISTS[#<p>]]
17+
(debug, P param set: #<p>)
18+
o<g881_havep> endif
19+
20+
o<g881_haveq> if [EXISTS[#<q>]]
21+
(debug, Q param set: #<q>)
22+
o<g881_haveq> endif
23+
24+
o<g881_haver> if [EXISTS[#<r>]]
25+
(debug, R param set: #<r>)
26+
o<g881_haver> endif
27+
28+
o<m250> endsub
29+
m2

0 commit comments

Comments
 (0)