19 lines
313 B
Plaintext
19 lines
313 B
Plaintext
O<inner> sub
|
|
O10 if [#<_call_level> EQ 2 AND #<_remap_level> EQ 0]
|
|
G1 Z1
|
|
O10 endif
|
|
O<inner> endsub
|
|
O<outer> sub
|
|
O20 if [#<_call_level> EQ 1 AND #<_remap_level> EQ 0]
|
|
G1 Y1
|
|
O20 endif
|
|
O<inner> call
|
|
O<outer> endsub
|
|
G21 G90
|
|
F100
|
|
O30 if [#<_call_level> EQ 0 AND #<_remap_level> EQ 0]
|
|
G1 X1
|
|
O30 endif
|
|
O<outer> call
|
|
M30
|