blob: 9be83e8d1f750ff628686ee269d3792d2f1e8722 (
plain)
1
2
3
4
5
6
7
8
9
10
|
; no parameters
o<tool_holder_clear_move> sub
o200 if [EXISTS[#<_ini[tool_holder_clear]x>]]
g53 g0 Z #<_ini[tool_holder_clear]z>
g53 g0 X #<_ini[tool_holder_clear]x>
g53 g0 Y #<_ini[tool_holder_clear]y>
o200 endif
o<tool_holder_clear_move> endsub
m2
|