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> = 0.3
#<_rampang> = 20
; mode refernce
; +1: Conventional milling
; +2: Both-ways milling
; +4: Plunge entry
; +8: Outside
G20 ; G21 mm / G20 inch
G10 L1 P1 Z0.0 R[1/8/2] ; set tool
T1 ; set tool to T1
M06 ; manual toolchange
G54 ; absolute coordinates
F12 ; inch or mm/min (300 mm/min = about 1 ft/min)
#<zt> = +0.1
#<zb> = -0.25
#<da> = [12/25.4]
o<pocket_circ> call [-0.394][+.787] [#<da>] [#<zt>][#<zb>] [0][4]
o<pocket_circ> call [-1.181][+.787] [#<da>] [#<zt>][#<zb>] [0][4]
o<pocket_circ> call [-1.181][-.787] [#<da>] [#<zt>][#<zb>] [0][4]
o<pocket_circ> call [-0.394][-.787] [#<da>] [#<zt>][#<zb>] [0][4]
o<drill> call [-2.990][+1.480] [#<zt>][#<zb>]
o<drill> call [-1.769][+1.480] [#<zt>][#<zb>]
o<drill> call [-1.769][-1.480] [#<zt>][#<zb>]
o<drill> call [-2.990][-1.480] [#<zt>][#<zb>]
o<frame_rect> call [-2.854][+1.417] [-1.870][-1.417] [#<zt>][#<zb>]
M2 ; end program