?
This commit is contained in:
50
nc_files/programs/HEMA-P049.ngc
Executable file
50
nc_files/programs/HEMA-P049.ngc
Executable file
@@ -0,0 +1,50 @@
|
||||
G21 ; G21 mm / G20 inch
|
||||
G54 ; absolute coordinates
|
||||
|
||||
#<_z_clearance> = 10
|
||||
#<_rampang> = 20
|
||||
#<_td> = [3/16*25.4]
|
||||
|
||||
; mode refernce
|
||||
; +1: Conventional milling
|
||||
; +2: Both-ways milling
|
||||
; +4: Plunge entry
|
||||
; +8: Outside
|
||||
|
||||
F150 ; inch or mm/min (300 mm/min = about 1 ft/min)
|
||||
|
||||
#<zt> = +1
|
||||
#<zb> = -10
|
||||
|
||||
;o<drill_man> call [ 5][-18]
|
||||
;o<drill_man> call [45][-18]
|
||||
;o<drill_man> call [68][-11]
|
||||
;o<drill_man> call [68][-25]
|
||||
|
||||
|
||||
;o<drill_man> call [ 5][-75+18]
|
||||
;o<drill_man> call [45][-75+18]
|
||||
;o<drill_man> call [68][-75+11]
|
||||
;o<drill_man> call [68][-75+25]
|
||||
|
||||
|
||||
;#<d> = 12.1
|
||||
;o<pocket_circ> call [68][-11] [#<d>] [1][-5] [.1]
|
||||
;o<pocket_circ> call [68][-11] [#<d>] [-4][-10] [.1]
|
||||
;o<pocket_circ> call [68][-25] [#<d>] [1][-5] [.1]
|
||||
;o<pocket_circ> call [68][-25] [#<d>] [-4][-10] [.1]
|
||||
;o<pocket_circ> call [68][-75+11] [#<d>] [1][-5] [.1]
|
||||
;o<pocket_circ> call [68][-75+11] [#<d>] [-4][-10] [.1]
|
||||
;o<pocket_circ> call [68][-75+25] [#<d>] [1][-5] [.1]
|
||||
;o<pocket_circ> call [68][-75+25] [#<d>] [-4][-10] [.1]
|
||||
|
||||
o<drill_man> call [5][-5]
|
||||
o<drill_man> call [5][-15]
|
||||
o<drill_man> call [47][-5]
|
||||
o<drill_man> call [47][-15]
|
||||
o<drill_man> call [67][-5]
|
||||
o<drill_man> call [67][-15]
|
||||
|
||||
|
||||
|
||||
M2 ; end program
|
||||
Reference in New Issue
Block a user