big overhaul

This commit is contained in:
Thaddeus Hughes
2026-04-05 20:51:43 -05:00
parent f39f90977d
commit ad1f8719d6
121 changed files with 2457 additions and 1700 deletions

View File

@@ -15,22 +15,42 @@ M06 ; manual toolchange
G54 ; absolute coordinates
;F10 ; 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]
;#<_z_top> = .1
;#<_z_bot> = -.5
;o<pocket_circ> call [0+4] [0][0] [2.05] [.01]
;#<_z_top> = .1
;#<_z_bot> = -.5
;o<frame_circ> call [0] [0][0] [2.055] [0]
F3
;o<pocket_circ> call [+0.394][-.394] [5.2/25.4] [0.1][-0.25] [0][+4]
;o<pocket_circ> call [+1.181][-.394] [5.2/25.4] [0.1][-0.25] [0][+4]
;o<pocket_circ> call [-0.394][-.394] [5.2/25.4] [0.1][-0.25] [0][+4]
;o<pocket_circ> call [-1.181][-.394] [5.2/25.4] [0.1][-0.25] [0][+4]
;#<_z_top> = 0.1
;#<_z_bot> = -0.25
;o<pocket_circ> call [+4] [+0.394][-.394] [5.2/25.4] [0]
;#<_z_top> = 0.1
;#<_z_bot> = -0.25
;o<pocket_circ> call [+4] [+1.181][-.394] [5.2/25.4] [0]
;#<_z_top> = 0.1
;#<_z_bot> = -0.25
;o<pocket_circ> call [+4] [-0.394][-.394] [5.2/25.4] [0]
;#<_z_top> = 0.1
;#<_z_bot> = -0.25
;o<pocket_circ> call [+4] [-1.181][-.394] [5.2/25.4] [0]
F8
;o<pocket_circ> call [-.787][-1.181] [.551] [0.1][-0.25]
;o<pocket_circ> call [+.787][-1.181] [.551] [0.1][-0.25]
;#<_z_top> = 0.1
;#<_z_bot> = -0.25
;o<pocket_circ> call [0] [-.787][-1.181] [.551]
;#<_z_top> = 0.1
;#<_z_bot> = -0.25
;o<pocket_circ> call [0] [+.787][-1.181] [.551]
o<frame_circ> call [-.787][-1.181] [.553] [0.1][-0.25]
o<frame_circ> call [+.787][-1.181] [.553] [0.1][-0.25]
#<_z_top> = 0.1
#<_z_bot> = -0.25
o<frame_circ> call [0] [-.787][-1.181] [.553]
#<_z_top> = 0.1
#<_z_bot> = -0.25
o<frame_circ> call [0] [+.787][-1.181] [.553]
M30