23 lines
203 B
Plaintext
23 lines
203 B
Plaintext
; Testfile "increment"
|
|
; will move the machine in relative coordinates
|
|
|
|
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
|