summaryrefslogtreecommitdiff
path: root/configs/sim/gmoccapy/macros/i_am_lost.ngc
blob: cd971d42557c93918a0e3d197f58dd3bc307dd98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
; Testfile I am Lost
; will jog to machine cero and set all axis to cero

O<i_am_lost> sub

G17
G21
G54
G61
G40
G49
G80
G90

(MSG, Will now move to machine cero)
G53 G0 X0 Y0 Z0
(MSG, will now set all axis to cero)
G10 L20 P0 X0 Y0 Z0
(MSG, all done)


O<i_am_lost> endsub

M2