参考所有分组:补 polar 和 NURBS source 覆盖,测试通过
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G5.2 X1 Y1 P1
|
||||
G5.2 X2 Y2
|
||||
3
tests/gcode/linuxcnc_g52_noninteger_l_error.ngc
Normal file
3
tests/gcode/linuxcnc_g52_noninteger_l_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G5.2 X1 Y1 P1 L1.9999
|
||||
@@ -0,0 +1,6 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G5.2 X1 Y1 P1
|
||||
G5.2 X2 Y2 P1
|
||||
G1 X3
|
||||
G5.3
|
||||
2
tests/gcode/linuxcnc_polar_g28_error.ngc
Normal file
2
tests/gcode/linuxcnc_polar_g28_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90 G17
|
||||
G28 @1 ^90
|
||||
2
tests/gcode/linuxcnc_polar_g30_error.ngc
Normal file
2
tests/gcode/linuxcnc_polar_g30_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90 G17
|
||||
G30 @1 ^90
|
||||
Reference in New Issue
Block a user