对齐 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,16 @@
G20
#<a> = 2
#atan[1]/[1] = 3
#3 = 4
G0 X#<a> Y#45 Z#3
#1 = 5
#6 = [#ABS[-1] + 2]
G0 A#6
G0 B#ABS[-1]
#2 = -1
G0 C#-#2
#-#2 = 6
G0 U#1
G0 V# ABS[-1]
G 0 W 3
M2