对齐 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,23 @@
#1 = 42.01
#30 = 42.30
#31 = 42.31
M98 P1
G1 X#1 Y#30 Z#31 F100
#1 = 42.01
#30 = 42.30
#31 = 42.31
O2 call
G1 A#1 B#30 C#31
M30
O1
#1 = 13.01
#30 = 13.30
#31 = 13.31
M99
O2 sub
#1 = 13.01
#30 = 13.30
#31 = 13.31
O2 endsub