16 lines
182 B
Plaintext
Executable File
16 lines
182 B
Plaintext
Executable File
o<drill_man> sub
|
|
; x1, y1
|
|
; #1 #2
|
|
|
|
G90 ; absolute x,y,z
|
|
M102 ; disable Z-axis (M101 enables)
|
|
|
|
;;;;;;;;;; PROGRAM ;;;;;;;;;
|
|
|
|
G0 X#1 Y#2
|
|
|
|
M0 ; pause
|
|
|
|
o<drill_man> endsub
|
|
|
|
M2 |