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

57 lines
1.3 KiB
Plaintext
Executable File

#<_z_clearance> = 1.0
#<_rampang> = 30
G10 L1 P1 Z0.0 R0.25 ; set tool P1 (Z offset, R radius)
T1 ; set tool to T1
M06 ; manual toolchange
M101 ; enable z-axis
G90 ; absolute coordinates
G54 ; fixture #1
F5.0 ; feedrate
#<_z_top> = 0.12
#<_z_bot> = -0.3
o<pocket_circ> call [0] [0][0] [0.755] [0.02]
F5.0
o<spquircle_boss> call [0][0] [3][1.575] [0.12][0.0] [0.02]
;#<_z_top> = 0.02
;#<_z_bot> = -0.1
;o<frame_rect> call [3] [-1.4][-1.4] [1.4][1.4]
;#<_z_top> = 0.02
;#<_z_bot> = -0.1
;o<frame_rect> call [3] [-1.3][-1.3] [1.3][1.3]
;#<_z_top> = 0.02
;#<_z_bot> = -0.1
;o<frame_rect> call [3] [-1.2][-1.2] [1.2][1.2]
;#<_z_top> = 0.02
;#<_z_bot> = -0.1
;o<frame_rect> call [3] [-1.1][-1.1] [1.1][1.1]
;#<_z_top> = 0.02
;#<_z_bot> = -0.1
;o<frame_rect> call [3] [-1.0][-1.0] [1.0][1.0]
;#<_z_top> = 0.02
;#<_z_bot> = -0.1
;o<frame_rect> call [3] [-0.9][-0.9] [0.9][0.9]
;#<_z_top> = 0.02
;#<_z_bot> = -0.1
;o<frame_rect> call [3] [-0.8][-0.8] [0.8][0.8]
;#<_z_top> = 0.02
;#<_z_bot> = -0.1
;o<frame_circ> call [0] [0][0] [2.175] [2]
;#<_z_top> = 0.02
;#<_z_bot> = -0.1
;o<frame_circ> call [0] [0][0] [1.975] [2]
;#<_z_top> = 0.02
;#<_z_bot> = -0.1
;o<frame_circ> call [0] [0][0] [1.775] [2]
;#<_z_top> = 0.02
;#<_z_bot> = -0.1
;o<frame_circ> call [0] [0][0] [1.575] [2]
M2 ; end program