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

@@ -3,7 +3,6 @@ G54 ; absolute coordinates
#<_z_clearance> = 10
#<_rampang> = 20
#<_td> = [3/16*25.4]
; mode refernce
; +1: Conventional milling
@@ -52,13 +51,17 @@ o10 elseif [#<operation> EQ 2]
o<slot_chop> call [+#<xo>+41][-50] [#<xo>+41][-58] [5.1] [#<zt>][#<zb>]
o<slot_chop> call [+#<xo>+105][-10] [#<xo>+105][-18] [5.1] [#<zt>][#<zb>]
o<slot_chop> call [+#<xo>+105][-50] [#<xo>+105][-58] [5.1] [#<zt>][#<zb>]
o<pocket_circ> call [+#<xo>+138][-8.0] [6.2] [#<zt>][#<zb>]
#<_z_top> = #<zt>
#<_z_bot> = #<zb>
o<pocket_circ> call [0] [+#<xo>+138][-8.0] [6.2]
o<slot_chop> call [-#<xo>-41][-10] [-#<xo>-41][-18] [5.1] [#<zt>][#<zb>]
o<slot_chop> call [-#<xo>-41][-50] [-#<xo>-41][-58] [5.1] [#<zt>][#<zb>]
o<slot_chop> call [-#<xo>-105][-10] [-#<xo>-105][-18] [5.1] [#<zt>][#<zb>]
o<slot_chop> call [-#<xo>-105][-50] [-#<xo>-105][-58] [5.1] [#<zt>][#<zb>]
o<pocket_circ> call [-#<xo>-138][-8.0] [6.2] [#<zt>][#<zb>]
#<_z_top> = #<zt>
#<_z_bot> = #<zb>
o<pocket_circ> call [0] [-#<xo>-138][-8.0] [6.2]
o10 endif
M2 ; end program