继续按 align-linuxcnc 约束:补 word reader 源码错误覆盖

结论:覆盖 LinuxCNC interp_read.cc 中负数 F/G/H/L/M/S/T 和重复 F/H/L/S/T/X/Y/Z word reader 错误;未扩展 smoke。

验证:./test-linuxcnc-source-link.sh;./test-native.sh。
This commit is contained in:
cnc
2026-06-02 16:17:19 +08:00
parent b4d0bfae46
commit 05ece027c4
17 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1 @@
F1 F2

View File

@@ -0,0 +1 @@
H1 H2

View File

@@ -0,0 +1 @@
L1 L2

View File

@@ -0,0 +1 @@
S100 S200

View File

@@ -0,0 +1 @@
T1 T2

View File

@@ -0,0 +1 @@
G1 X1 X2 F100

View File

@@ -0,0 +1 @@
G1 Y1 Y2 F100

View File

@@ -0,0 +1 @@
G1 Z1 Z2 F100

View File

@@ -0,0 +1 @@
F-1

View File

@@ -0,0 +1 @@
G-1

View File

@@ -0,0 +1 @@
H-2

View File

@@ -0,0 +1 @@
L-1

View File

@@ -0,0 +1 @@
M-1

View File

@@ -0,0 +1 @@
S-1

View File

@@ -0,0 +1 @@
T-1