Expand LinuxCNC interpreter regression coverage

This commit is contained in:
2026-06-09 14:54:54 +08:00
parent 50757e45ba
commit 5bd8f12872
143 changed files with 10895 additions and 219 deletions

View File

@@ -0,0 +1,5 @@
g20
f1
g0x0y0z0
g2 x600 i[300 + [100 * [0.00099 * sqrt[2]]]]
m2

View File

@@ -0,0 +1,5 @@
g21
f1
g0x0y0z0
g2 x6000 i[3000 + [100 * [0.0099 * sqrt[2]]]]
m2

View File

@@ -0,0 +1,5 @@
g20
f1
g0x0y0z0
g2 x200 i[0.9995 * 100]
m2

View File

@@ -0,0 +1,5 @@
g21
f1
g0x0y0z0
g2 x2000 i[0.9995 * 1000]
m2

View File

@@ -0,0 +1,5 @@
g20
f1
g0x0y0z0
g2 x5.000 y0 i[2.500 - [0.00099 * sqrt[2]]]
m2

View File

@@ -0,0 +1,5 @@
g21
f1
g0x0y0z0
g2 x50.00 y0 i[25.00 - [0.0099 * sqrt[2]]]
m2