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

24
nc_files/programs/scratch.ngc Executable file
View File

@@ -0,0 +1,24 @@
#<_z_clearance> = -.1
#<_rampang> = 10
;#<_stepover> = 0.1
;#<_overlap> = 0
; mode refernce
; +1: Conventional milling
; +2: Both-ways milling
; +4: Plunge entry
; +8: Outside
G20 ; G21 mm / G20 inch
G54 ; absolute coordinates
M03
F20
o<drill> call [+1][0] [-1][-2]
o<drill> call [-1][0] [-1][-2]
M05
M2 ; end program