继续按 align-linuxcnc 约束:补极坐标源码覆盖,测试通过

This commit is contained in:
cnc
2026-06-02 22:08:26 +08:00
parent 868f20382a
commit 9c03f91fa8
11 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
G21 G90 G17
G0 X0 Y0 Z0
G1 @10 ^0 F100
G1 @10 ^90
M30

View File

@@ -0,0 +1,3 @@
G21 G90 G18
G1 @10 ^45 F100
M30

View File

@@ -0,0 +1,3 @@
G21 G90 G17
G53 G1 @10 ^45 F100
M30

View File

@@ -0,0 +1,3 @@
G21 G90 G17
G92 @10 ^45
M30

View File

@@ -0,0 +1,3 @@
G21 G91 G17
G1 @10 F100
M30

View File

@@ -0,0 +1,3 @@
G21 G91 G17
G1 ^45 F100
M30

View File

@@ -0,0 +1,3 @@
G21 G90 G17
G1 @10 F100
M30

View File

@@ -0,0 +1,3 @@
G21 G90 G17
G1 X1 @10 ^45 F100
M30

View File

@@ -0,0 +1,3 @@
G21 G90 G17
G1 Y1 @10 ^45 F100
M30