对齐 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,6 @@
#<a> = 999
G0 X EXISTS[#1] Y EXISTS[#99999] Z EXISTS[#<a>] A EXISTS[#<b>]
#1 = 2
#2 = 99999
G0 X EXISTS[##1] Y EXISTS[##2] Z EXISTS[###1]
M30