对齐 LinuxCNC 解释器行为覆盖

This commit is contained in:
cnc
2026-05-24 21:47:29 +08:00
parent a227ad14a6
commit b4861fd618
66 changed files with 7547 additions and 295 deletions

View File

@@ -0,0 +1,12 @@
o100 sub
o10 if [#1 GT 0]
o10 return [#1 * 2]
o10 endif
o100 endsub [7]
g21 g90
f100
o100 call [3]
g1 x#<_value>
o100 call [0]
g1 y#<_value>
m30