对齐 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,9 @@
#42 = 0
#<named> = 4711
O100 while [#42 LT 100]
O200 if [#42 EQ 20]
(abort, MixedCase param42=#42 named=#<named>)
O200 endif
#42 = [#42 + 1]
O100 endwhile
M2