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

59
nc_files/HEMS/HEMS-0002.ngc Executable file
View File

@@ -0,0 +1,59 @@
#<_z_clearance> = 0.5
#<_rampang> = 5
;#<_stepover> = 0.08
;#<_overlap> = 0
; +1: Conventional milling
; +2: Both-ways milling
; +4: Plunge entry
; +8: Outside
G20 ; G21 mm / G20 inch
G10 L1 P1 Z0.0 R.125 ; set tool
T1 ; set tool to T1
M06 ; manual toolchange
G54 ; absolute coordinates
;F5 ; inch or mm/min (300 mm/min = about 1 ft/min)
#<prog> = 3
#<w> = 3.0
#<bolt_r> = [40/25.4]
o10 if [#<prog> EQ 1]
F3
o<drill_man> call [#<w>/2][-#<w>/2] [0.1][-0.5]
o<drill_man> call [#<w>/2+#<bolt_r>/SQRT[2]][-#<w>/2+#<bolt_r>/SQRT[2]] [0.1][-0.5]
o<drill_man> call [#<w>/2+#<bolt_r>/SQRT[2]][-#<w>/2-#<bolt_r>/SQRT[2]] [0.1][-0.5]
o<drill_man> call [#<w>/2-#<bolt_r>/SQRT[2]][-#<w>/2-#<bolt_r>/SQRT[2]] [0.1][-0.5]
o<drill_man> call [#<w>/2-#<bolt_r>/SQRT[2]][-#<w>/2+#<bolt_r>/SQRT[2]] [0.1][-0.5]
o10 elseif [#<prog> EQ 2]
F8
; exterior
o<spquircle_boss> call [#<w>/2][-#<w>/2] [#<w>][40/25.4] [0.02] [-0.125] [0.01]
; center pocket
o<spquircle_pocket> call [#<w>/2][-#<w>/2] [.937] [0.02][-.19] [0.01] [0]
o<spquircle_pocket> call [#<w>/2][-#<w>/2] [.937] [-.19][-.45] [0.01] [+4]
; cleanup the corners
o<drill> call [#<w>/2+.38][-#<w>/2+.38] [0.02][-0.45]
o<drill> call [#<w>/2-.38][-#<w>/2+.38] [0.02][-0.45]
o<drill> call [#<w>/2-.38][-#<w>/2-.38] [0.02][-0.45]
o<drill> call [#<w>/2+.38][-#<w>/2-.38] [0.02][-0.45]
o10 elseif [#<prog> EQ 3]
F10
#<b> = .96
o<frame_rect> call [#<w>/2+#<b>/2][-#<w>/2+#<b>/2] [#<w>/2-#<b>/2][-#<w>/2-#<b>/2] [0.02][-.45]
o10 endif
M2 ; end program

59
nc_files/HEMS/HEMS-0003.cnc Executable file
View File

@@ -0,0 +1,59 @@
#<_z_clearance> = 0.5
#<_rampang> = 5
;#<_stepover> = 0.08
;#<_overlap> = 0
; +1: Conventional milling
; +2: Both-ways milling
; +4: Plunge entry
; +8: Outside
G20 ; G21 mm / G20 inch
G10 L1 P1 Z0.0 R.125 ; set tool
T1 ; set tool to T1
M06 ; manual toolchange
G54 ; absolute coordinates
;F5 ; inch or mm/min (300 mm/min = about 1 ft/min)
#<prog> = 3
#<w> = 3.0
#<bolt_r> = [40/25.4]
o10 if [#<prog> EQ 1]
F3
o<drill_man> call [#<w>/2][-#<w>/2] [0.1][-0.5]
o<drill_man> call [#<w>/2+#<bolt_r>/SQRT[2]][-#<w>/2+#<bolt_r>/SQRT[2]] [0.1][-0.5]
o<drill_man> call [#<w>/2+#<bolt_r>/SQRT[2]][-#<w>/2-#<bolt_r>/SQRT[2]] [0.1][-0.5]
o<drill_man> call [#<w>/2-#<bolt_r>/SQRT[2]][-#<w>/2-#<bolt_r>/SQRT[2]] [0.1][-0.5]
o<drill_man> call [#<w>/2-#<bolt_r>/SQRT[2]][-#<w>/2+#<bolt_r>/SQRT[2]] [0.1][-0.5]
o10 elseif [#<prog> EQ 2]
F8
; exterior
o<spquircle_boss> call [#<w>/2][-#<w>/2] [#<w>][40/25.4] [0.02] [-0.125] [0.01]
; center pocket
o<spquircle_pocket> call [#<w>/2][-#<w>/2] [.937] [0.02][-.19] [0.01] [0]
o<spquircle_pocket> call [#<w>/2][-#<w>/2] [.937] [-.19][-.45] [0.01] [+4]
; cleanup the corners
o<drill> call [#<w>/2+.38][-#<w>/2+.38] [0.02][-0.45]
o<drill> call [#<w>/2-.38][-#<w>/2+.38] [0.02][-0.45]
o<drill> call [#<w>/2-.38][-#<w>/2-.38] [0.02][-0.45]
o<drill> call [#<w>/2+.38][-#<w>/2-.38] [0.02][-0.45]
o10 elseif [#<prog> EQ 3]
F10
#<b> = .96
o<frame_rect> call [#<w>/2+#<b>/2][-#<w>/2+#<b>/2] [#<w>/2-#<b>/2][-#<w>/2-#<b>/2] [0.02][-.45]
o10 endif
M2 ; end program

72
nc_files/HEMS/HEMS-0003.ngc Executable file
View File

@@ -0,0 +1,72 @@
#<_z_clearance> = 0.5
#<_rampang> = 5
;#<_stepover> = 0.08
;#<_overlap> = 0
; +1: Conventional milling
; +2: Both-ways milling
; +4: Plunge entry
; +8: Outside
G20 ; G21 mm / G20 inch
G10 L1 P1 Z0.0 R.125 ; set tool
T1 ; set tool to T1
M06 ; manual toolchange
G54 ; absolute coordinates
;F5 ; inch or mm/min (300 mm/min = about 1 ft/min)
#<prog> = 1
#<b> = .952
#<w> = 4.0
#<bolt_r> = [2]
o10 if [#<prog> EQ 1]
F3
o<drill_man> call [#<w>/2][-#<w>/2] [0.1][-0.5]
o<drill_man> call [#<w>/2+#<bolt_r>/SQRT[2]][-#<w>/2+#<bolt_r>/SQRT[2]] [0.1][-0.5]
o<drill_man> call [#<w>/2+#<bolt_r>/SQRT[2]][-#<w>/2-#<bolt_r>/SQRT[2]] [0.1][-0.5]
o<drill_man> call [#<w>/2-#<bolt_r>/SQRT[2]][-#<w>/2-#<bolt_r>/SQRT[2]] [0.1][-0.5]
o<drill_man> call [#<w>/2-#<bolt_r>/SQRT[2]][-#<w>/2+#<bolt_r>/SQRT[2]] [0.1][-0.5]
o10 elseif [#<prog> EQ 2]
F12
; exterior
o<pocket_circ> call [#<w>/2][-#<w>/2] [3.0] [0.02][-0.002]
F8
o<spquircle_boss> call [#<w>/2][-#<w>/2] [#<w>][2.8125] [0.02] [-0.125] [0.01]
; ream the holes
o<pocket_circ> call [#<w>/2+#<bolt_r>/SQRT[2]][-#<w>/2+#<bolt_r>/SQRT[2]] [.45] [0.1][-0.6] [0][+4]
o<pocket_circ> call [#<w>/2+#<bolt_r>/SQRT[2]][-#<w>/2-#<bolt_r>/SQRT[2]] [.45] [0.1][-0.6] [0][+4]
o<pocket_circ> call [#<w>/2-#<bolt_r>/SQRT[2]][-#<w>/2-#<bolt_r>/SQRT[2]] [.45] [0.1][-0.6] [0][+4]
o<pocket_circ> call [#<w>/2-#<bolt_r>/SQRT[2]][-#<w>/2+#<bolt_r>/SQRT[2]] [.45] [0.1][-0.6] [0][+4]
; center pocket
o<spquircle_pocket> call [#<w>/2][-#<w>/2] [.95] [0.02][-.18] [0]
o<spquircle_pocket> call [#<w>/2][-#<w>/2] [.95] [-.18][-.36] [0]
o<spquircle_pocket> call [#<w>/2][-#<w>/2] [.95] [-.36][-.55] [0]
; cleanup the corners
o<drill> call [#<w>/2+.38][-#<w>/2+.38] [0.02][-0.6]
o<drill> call [#<w>/2-.38][-#<w>/2+.38] [0.02][-0.6]
o<drill> call [#<w>/2-.38][-#<w>/2-.38] [0.02][-0.6]
o<drill> call [#<w>/2+.38][-#<w>/2-.38] [0.02][-0.6]
o<frame_rect> call [#<w>/2+#<b>/2][-#<w>/2+#<b>/2] [#<w>/2-#<b>/2][-#<w>/2-#<b>/2] [0.02][-.55]
o10 elseif [#<prog> EQ 3]
F8
o<frame_rect> call [#<w>/2+#<b>/2][-#<w>/2+#<b>/2] [#<w>/2-#<b>/2][-#<w>/2-#<b>/2] [0.02][-.55]
o10 endif
M2 ; end program

26
nc_files/HEMS/HEMS-0030.ngc Executable file
View File

@@ -0,0 +1,26 @@
#<_z_clearance> = 0.4
#<_rampang> = 5
; mode reference
; +1: Conventional milling
; +2: Both-ways milling
; +4: Plunge entry
; +8: Outside
G20 ; G21 mm, G20 inches
G10 L1 P1 Z0.0 R[.25] ; set tool
T1 ; set tool to T1
M06 ; manual toolchange
G54 ; absolute coordinates
F13 ; mm/min (300 mm/min = about 1 ft/min)
;o<pocket_circ> call [0][0] [2.05] [.1][-.5] [.01] [0+4]
o<frame_circ> call [0][0] [2.055] [.1][-.5] [0] [0]
M30
M2 ; end program

24
nc_files/HEMS/HEMS-0033.ngc Executable file
View File

@@ -0,0 +1,24 @@
#<_z_clearance> = 0.4
#<_rampang> = 5
; mode reference
; +1: Conventional milling
; +2: Both-ways milling
; +4: Plunge entry
; +8: Outside
G20 ; G21 mm, G20 inches
G10 L1 P1 Z0.0 R[.323/2] ; set tool
T1 ; set tool to T1
M06 ; manual toolchange
G54 ; absolute coordinates
F4 ; mm/min (300 mm/min = about 1 ft/min)
o<drill> call [5-3][-1] [.1][-.7] [.2]
o<drill> call [8-3][-1] [.1][-.7] [.2]
o<drill> call [5-3][-3] [.1][-.7] [.2]
o<drill> call [8-3][-3] [.1][-.7] [.2]
M30
M2 ; end program

View File

@@ -0,0 +1,36 @@
#<_z_clearance> = 0.4
#<_rampang> = 5
;#<_overlap> = 0
; +1: Conventional milling
; +2: Both-ways milling
; +4: Plunge entry
; +8: Outside
G10 L1 P1 Z0.0 R0.25 ; set tool
T1 ; set tool to T1
M06 ; manual toolchange
G54 ; absolute coordinates
F10 ; 10 ft/min
#1 = 1
o10 if [#1 EQ 1]
o<drill> call [ .325][-.25] [0.1][-0.3]
o<drill> call [ .325][-3.0] [0.1][-0.3]
o<drill> call [7.675][-3.0] [0.1][-0.3]
o<drill> call [7.675][-.25] [0.1][-0.3]
o10 else if [#1 EQ 2]
o<drill> call [1.4][-.75] [0.1][-0.3]
o<drill> call [4.0][-.75] [0.1][-0.3]
o<drill> call [4.0][-2.5] [0.1][-0.3]
o<drill> call [1.4][-2.5] [0.1][-0.3]
o<drill> call [5.4][-.525] [0.1][-0.3]
o<drill> call [6.4][-2.725] [0.1][-0.3]
o10 endif
M2 ; end program

View File

@@ -0,0 +1,34 @@
#<_z_clearance> = 0.4
#<_rampang> = 5
;#<_overlap> = 0
; +1: Conventional milling
; +2: Both-ways milling
; +4: Plunge entry
; +8: Outside
G10 L1 P1 Z0.0 R[8/25.4 /2] ; set tool
T1 ; set tool to T1
M06 ; manual toolchange
G54 ; absolute coordinates
F10 ; 10 ft/min
#1 = 1
o10 if [#1 EQ 1]
o<drill> call [ 0.75][-.75] [0.1][-0.45]
o<drill> call [ 2.35][-.75] [0.1][-0.45]
;o<drill> call [ 3.35][-.75] [0.1][-0.45]
o<drill> call [ 4.35][-.75] [0.1][-0.45]
;o<drill> call [ 5.35][-.75] [0.1][-0.45]
o10 else if [#1 EQ 2]
o<slot_chop> call [2.35][-.75] [3.35][-.75] [.35] [0.1][-0.45] [0.01] [+4]
o<slot_chop> call [3.35][-.75] [4.35][-.75] [.35] [0.1][-0.45] [0.01] [+4]
o10 endif
M2 ; end program

View File

@@ -0,0 +1,38 @@
#<_z_clearance> = 0.4
#<_rampang> = 5
;#<_overlap> = 0
; +1: Conventional milling
; +2: Both-ways milling
; +4: Plunge entry
; +8: Outside
G10 L1 P1 Z0.0 R[8/25.4 /2] ; set tool
T1 ; set tool to T1
M06 ; manual toolchange
G54 ; absolute coordinates
;F10 ; 10 ft/min
#1 =
o10 if [#1 EQ 1]
F5.0
o<drill_man> call [ 0.75][0] [0.1][-0.45]
o<drill_man> call [ 2.35][0] [0.1][-0.45]
o<drill_man> call [ 3.35][0] [0.1][-0.45]
o<drill_man> call [ 4.35][0] [0.1][-0.45]
o<drill_man> call [ 5.35][0] [0.1][-0.45]
o10 else if [#1 EQ 2]
F10.0
o<pocket_circ> call [0.75][0] [12/25.4] [0.1][-0.45] [0.0] [4]
F5.0
o<slot_chop> call [3.35][0] [2.35][0] [.33] [0.1][-0.45] [0.0] [4]
o<slot_chop> call [5.35][0] [4.35][0] [.33] [0.1][-0.45] [0.0] [4]
o10 endif
M2 ; end program