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

@@ -43,15 +43,25 @@ o10 elseif [#<prog> EQ 2]
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]
#<_z_top> = 0.02
#<_z_bot> = -0.45
o<drill> call [#<w>/2+.38][-#<w>/2+.38]
#<_z_top> = 0.02
#<_z_bot> = -0.45
o<drill> call [#<w>/2-.38][-#<w>/2+.38]
#<_z_top> = 0.02
#<_z_bot> = -0.45
o<drill> call [#<w>/2-.38][-#<w>/2-.38]
#<_z_top> = 0.02
#<_z_bot> = -0.45
o<drill> call [#<w>/2+.38][-#<w>/2-.38]
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]
#<_z_top> = 0.02
#<_z_bot> = -.45
o<frame_rect> call [0] [#<w>/2+#<b>/2][-#<w>/2+#<b>/2] [#<w>/2-#<b>/2][-#<w>/2-#<b>/2]
o10 endif