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

@@ -18,18 +18,38 @@ 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]
#<_z_top> = 0.1
#<_z_bot> = -0.3
o<drill> call [ .325][-.25]
#<_z_top> = 0.1
#<_z_bot> = -0.3
o<drill> call [ .325][-3.0]
#<_z_top> = 0.1
#<_z_bot> = -0.3
o<drill> call [7.675][-3.0]
#<_z_top> = 0.1
#<_z_bot> = -0.3
o<drill> call [7.675][-.25]
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]
#<_z_top> = 0.1
#<_z_bot> = -0.3
o<drill> call [1.4][-.75]
#<_z_top> = 0.1
#<_z_bot> = -0.3
o<drill> call [4.0][-.75]
#<_z_top> = 0.1
#<_z_bot> = -0.3
o<drill> call [4.0][-2.5]
#<_z_top> = 0.1
#<_z_bot> = -0.3
o<drill> call [1.4][-2.5]
o<drill> call [5.4][-.525] [0.1][-0.3]
o<drill> call [6.4][-2.725] [0.1][-0.3]
#<_z_top> = 0.1
#<_z_bot> = -0.3
o<drill> call [5.4][-.525]
#<_z_top> = 0.1
#<_z_bot> = -0.3
o<drill> call [6.4][-2.725]
o10 endif