参考所有分组:补 G10 source 覆盖,测试通过
This commit is contained in:
2
tests/gcode/linuxcnc_g10_l10_p_out_of_range_error.ngc
Normal file
2
tests/gcode/linuxcnc_g10_l10_p_out_of_range_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G10 L10 P0 X0
|
||||
2
tests/gcode/linuxcnc_g10_l11_p_out_of_range_error.ngc
Normal file
2
tests/gcode/linuxcnc_g10_l11_p_out_of_range_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G10 L11 P0 X0
|
||||
2
tests/gcode/linuxcnc_g10_l1_without_offsets_error.ngc
Normal file
2
tests/gcode/linuxcnc_g10_l1_without_offsets_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G10 L1 P1
|
||||
2
tests/gcode/linuxcnc_g10_l20_i_word_error.ngc
Normal file
2
tests/gcode/linuxcnc_g10_l20_i_word_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G10 L20 P1 I2
|
||||
2
tests/gcode/linuxcnc_g10_l20_p_missing_error.ngc
Normal file
2
tests/gcode/linuxcnc_g10_l20_p_missing_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G10 L20 X1
|
||||
2
tests/gcode/linuxcnc_g10_l20_p_out_of_range_error.ngc
Normal file
2
tests/gcode/linuxcnc_g10_l20_p_out_of_range_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G10 L20 P10 X1
|
||||
2
tests/gcode/linuxcnc_g10_l20_r_word_error.ngc
Normal file
2
tests/gcode/linuxcnc_g10_l20_r_word_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G10 L20 P1 X1 R30
|
||||
2
tests/gcode/linuxcnc_g10_l2_i_word_error.ngc
Normal file
2
tests/gcode/linuxcnc_g10_l2_i_word_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G10 L2 P1 X1 I2
|
||||
2
tests/gcode/linuxcnc_g10_l2_p_missing_error.ngc
Normal file
2
tests/gcode/linuxcnc_g10_l2_p_missing_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G10 L2 X1
|
||||
Reference in New Issue
Block a user