This commit is contained in:
Thaddeus-Maximus
2026-04-03 15:58:58 -05:00
commit f3953d66ae
1516 changed files with 586639 additions and 0 deletions

16
nc_files/drill_man.ngc Executable file
View File

@@ -0,0 +1,16 @@
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