继续按 align-linuxcnc 约束:补螺纹和恒线速校验源码覆盖,测试通过
This commit is contained in:
4
tests/gcode/linuxcnc_g33_1_f_word_error.ngc
Normal file
4
tests/gcode/linuxcnc_g33_1_f_word_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
S500 M3
|
||||
G33.1 Z0 K1 F100
|
||||
M30
|
||||
4
tests/gcode/linuxcnc_g33_1_missing_k_word_error.ngc
Normal file
4
tests/gcode/linuxcnc_g33_1_missing_k_word_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
S500 M3
|
||||
G33.1 Z0
|
||||
M30
|
||||
4
tests/gcode/linuxcnc_g33_f_word_error.ngc
Normal file
4
tests/gcode/linuxcnc_g33_f_word_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
S500 M3
|
||||
G33 Z0 K1 F100
|
||||
M30
|
||||
4
tests/gcode/linuxcnc_g33_missing_k_word_error.ngc
Normal file
4
tests/gcode/linuxcnc_g33_missing_k_word_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
S500 M3
|
||||
G33 Z0
|
||||
M30
|
||||
4
tests/gcode/linuxcnc_g76_missing_i_word_error.ngc
Normal file
4
tests/gcode/linuxcnc_g76_missing_i_word_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G20 G90 G18
|
||||
S500 M3
|
||||
G76 P0.05 Z-1 J0.008 K0.045 Q29.5 L2 E0.045
|
||||
M30
|
||||
4
tests/gcode/linuxcnc_g76_missing_j_word_error.ngc
Normal file
4
tests/gcode/linuxcnc_g76_missing_j_word_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G20 G90 G18
|
||||
S500 M3
|
||||
G76 P0.05 Z-1 I-.075 K0.045 Q29.5 L2 E0.045
|
||||
M30
|
||||
4
tests/gcode/linuxcnc_g76_missing_k_word_error.ngc
Normal file
4
tests/gcode/linuxcnc_g76_missing_k_word_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G20 G90 G18
|
||||
S500 M3
|
||||
G76 P0.05 Z-1 I-.075 J0.008 Q29.5 L2 E0.045
|
||||
M30
|
||||
4
tests/gcode/linuxcnc_g76_missing_p_word_error.ngc
Normal file
4
tests/gcode/linuxcnc_g76_missing_p_word_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G20 G90 G18
|
||||
S500 M3
|
||||
G76 Z-1 I-.075 J0.008 K0.045 Q29.5 L2 E0.045
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_g96_missing_s_word_error.ngc
Normal file
3
tests/gcode/linuxcnc_g96_missing_s_word_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G96 D2500
|
||||
M30
|
||||
Reference in New Issue
Block a user