?
This commit is contained in:
27
configs/sim.gmoccapy/macros/i_am_lost.ngc
Executable file
27
configs/sim.gmoccapy/macros/i_am_lost.ngc
Executable file
@@ -0,0 +1,27 @@
|
||||
; Testfile I am Lost
|
||||
; will jog to machine cero and set all axis to cero
|
||||
|
||||
; the image path must be relative from your config dir or absolute, "~" is allowed
|
||||
(IMAGE, ./macros/images/i_am_lost.png)
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user