adding files

This commit is contained in:
2026-03-21 23:48:08 +01:00
parent eba2b73dec
commit 18f86cfd1e
105 changed files with 13770 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
o<myspindlespeedup> sub
;o10 if [#<_spindle_on> EQ 1]
#<speed-cmd> = [#<_rpm>+100]
O10 if [#<speed-cmd> GT 4500]
#<speed-cmd> = 4500
O10 endif
S#<speed-cmd>
M3
;o10 endif
o<myspindlespeedup> endsub
M2