dodalem probe basic
This commit is contained in:
20
configs/atc_sim/macros_sim/go_to_zero.ngc
Normal file
20
configs/atc_sim/macros_sim/go_to_zero.ngc
Normal file
@@ -0,0 +1,20 @@
|
||||
o<go_to_zero> sub
|
||||
|
||||
M73
|
||||
G90
|
||||
G53 G0 Z0
|
||||
G0 X0 Y0
|
||||
|
||||
o100 if [EXISTS[#<_ini[traj]axes>]]
|
||||
#<geometry> = #<_ini[traj]axes>
|
||||
o100 endif
|
||||
|
||||
o110 if [#<geometry> EQ 4]
|
||||
G0 A0
|
||||
o110 else if [#<geometry> EQ 5]
|
||||
G0 A0 C0
|
||||
o110 endif
|
||||
|
||||
o<go_to_zero> endsub
|
||||
|
||||
M2
|
||||
Reference in New Issue
Block a user