Files
linuxcnc/nc_files/programs/scratch.ngc
Thaddeus Hughes ad1f8719d6 big overhaul
2026-04-05 20:51:43 -05:00

29 lines
374 B
Plaintext
Executable File

#<_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
#<_z_top> = -1
#<_z_bot> = -2
o<drill> call [+1][0]
#<_z_top> = -1
#<_z_bot> = -2
o<drill> call [-1][0]
M05
M2 ; end program