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

View File

@@ -0,0 +1,34 @@
#<_z_clearance> = .5
#<_rampang> = 10
#<_td> = 0.25
; mode refernce
; +1: Conventional milling
; +2: Both-ways milling
; +4: Plunge entry
; +8: Outside
G20 ; G21 mm / G20 inch
G54 ; absolute coordinates
#<zt> = 0.02
#<zb> = -0.30
F10
;o<end_round> call [180] [-5.513][-.50] [0.52] [#<zt>][#<zb>]
o<pocket_circ> call [-5.513][-.50] [0.51] [#<zt>][#<zb>]
o<pocket_circ> call [-2.028][-.315] [.323] [#<zt>][#<zb>]
o<pocket_circ> call [-0.494][-.669] [.323] [#<zt>][#<zb>]
o<pocket_circ> call [+0.494][-.669] [.323] [#<zt>][#<zb>]
o<pocket_circ> call [+2.028][-.315] [.323] [#<zt>][#<zb>]
o<pocket_circ> call [+5.513][-.50] [0.51] [#<zt>][#<zb>]
o<end_round> call [0] [+5.513][-.50] [0.52] [#<zt>][#<zb>]
M2 ; end program