对齐 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,11 @@
#5599 = 1
O10 if [#5599 EQ 1]
G1 X1 F100
O10 endif
(DEBUG,one)
#5599 = 0
O20 if [#5599 EQ 0]
G1 Y1
O20 endif
(DEBUG,two)
M30