aboutsummaryrefslogtreecommitdiffstats
path: root/nc_files/remap-subroutines/on_abort.ngc
blob: 0fd5f3c1dbbe30c542cb943654659f2c985a3db7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
o<on_abort> sub

G90
G40
G49

o100 if [#1 eq 5]
    (machine on)
o100 elseif [#1 eq 6]
    (machine off)
o100 elseif [#1 eq 7]
    (estopped)
o100 elseif [#1 eq 8]
    (msg, abort pressed)
o100 else
    (DEBUG, error parameter is [#1])
o100 endif
o<on_abort> endsub
m2
bues.ch cgit interface