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

O<increment> sub

G17
G21
G54
G61
G40
G49
G80
G90

G91 G0 X#1 Y#2
G90

(DEBUG, X was [#1] and Y was [#2])

O<increment> endsub

M2