?
This commit is contained in:
29
configs/sim.gmoccapy/macros/jog_around.ngc
Executable file
29
configs/sim.gmoccapy/macros/jog_around.ngc
Executable file
@@ -0,0 +1,29 @@
|
||||
; Testfile I am Lost
|
||||
; will just jog a little bit around
|
||||
|
||||
O<jog_around> sub
|
||||
|
||||
G17
|
||||
G21
|
||||
G54
|
||||
G61
|
||||
G40
|
||||
G49
|
||||
G80
|
||||
G90
|
||||
|
||||
G91 G0 X 25
|
||||
Y-25
|
||||
Z-25
|
||||
Y25
|
||||
X-25
|
||||
Z25
|
||||
F250
|
||||
G2 I 25
|
||||
|
||||
(MSG, It is done!)
|
||||
|
||||
O<jog_around> endsub
|
||||
|
||||
M2
|
||||
|
||||
Reference in New Issue
Block a user