参考所有分组:补 NURBS source 覆盖,测试通过
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G5.2 X1 P1
|
||||
4
tests/gcode/linuxcnc_g52_nonpositive_p_error.ngc
Normal file
4
tests/gcode/linuxcnc_g52_nonpositive_p_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G5.2 X1 Y1 P1
|
||||
G5.2 X2 Y2 P0
|
||||
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G5.2 X1 Y1 P1
|
||||
G5.2 P1
|
||||
2
tests/gcode/linuxcnc_g52_zero_feed_error.ngc
Normal file
2
tests/gcode/linuxcnc_g52_zero_feed_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90 G17
|
||||
G5.2 X1 Y1 P1
|
||||
4
tests/gcode/linuxcnc_g53_short_control_points_error.ngc
Normal file
4
tests/gcode/linuxcnc_g53_short_control_points_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G5.2 X1 Y1 P1
|
||||
G5.3
|
||||
3
tests/gcode/linuxcnc_g53_without_g52_error.ngc
Normal file
3
tests/gcode/linuxcnc_g53_without_g52_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G5.3
|
||||
3
tests/gcode/linuxcnc_g62_k_non_integer_error.ngc
Normal file
3
tests/gcode/linuxcnc_g62_k_non_integer_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G6.2 X1 Y1 R1 K0.5 P3 Q1
|
||||
3
tests/gcode/linuxcnc_g62_missing_p_order_error.ngc
Normal file
3
tests/gcode/linuxcnc_g62_missing_p_order_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G6.2 X1 Y1 R1 K0 Q1
|
||||
3
tests/gcode/linuxcnc_g62_missing_q_mode_error.ngc
Normal file
3
tests/gcode/linuxcnc_g62_missing_q_mode_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G6.2 X1 Y1 R1 K0 P3
|
||||
3
tests/gcode/linuxcnc_g62_p_non_integer_error.ngc
Normal file
3
tests/gcode/linuxcnc_g62_p_non_integer_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G6.2 X1 Y1 R1 K0 P3.5 Q1
|
||||
3
tests/gcode/linuxcnc_g62_q_non_integer_error.ngc
Normal file
3
tests/gcode/linuxcnc_g62_q_non_integer_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G6.2 X1 Y1 R1 K0 P3 Q1.5
|
||||
3
tests/gcode/linuxcnc_g62_q_out_of_range_error.ngc
Normal file
3
tests/gcode/linuxcnc_g62_q_out_of_range_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
F100
|
||||
G6.2 X1 Y1 R1 K0 P3 Q4
|
||||
2
tests/gcode/linuxcnc_g62_zero_feed_error.ngc
Normal file
2
tests/gcode/linuxcnc_g62_zero_feed_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90 G17
|
||||
G6.2 X1 Y1 R1 K0 P3 Q1
|
||||
Reference in New Issue
Block a user