?
This commit is contained in:
22
configs/sim.gmoccapy/macros/increment.ngc
Executable file
22
configs/sim.gmoccapy/macros/increment.ngc
Executable file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user