继续按 align-linuxcnc 约束:补 convert_m 参数错误源码覆盖,测试通过
This commit is contained in:
3
tests/gcode/linuxcnc_m19_zero_q_error.ngc
Normal file
3
tests/gcode/linuxcnc_m19_zero_q_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
M19 R45 Q0
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_m61_negative_q_error.ngc
Normal file
3
tests/gcode/linuxcnc_m61_negative_q_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
M61 Q-1
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_m62_missing_p_word_error.ngc
Normal file
3
tests/gcode/linuxcnc_m62_missing_p_word_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
M62
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_m63_missing_p_word_error.ngc
Normal file
3
tests/gcode/linuxcnc_m63_missing_p_word_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
M63
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_m64_missing_p_word_error.ngc
Normal file
3
tests/gcode/linuxcnc_m64_missing_p_word_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
M64
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_m65_missing_p_word_error.ngc
Normal file
3
tests/gcode/linuxcnc_m65_missing_p_word_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
M65
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_m66_analog_wait_error.ngc
Normal file
3
tests/gcode/linuxcnc_m66_analog_wait_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
M66 E0 L3 Q1
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_m66_both_inputs_error.ngc
Normal file
3
tests/gcode/linuxcnc_m66_both_inputs_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
M66 P0 E0 L0
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_m66_missing_input_error.ngc
Normal file
3
tests/gcode/linuxcnc_m66_missing_input_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
M66 L0
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_m66_zero_timeout_error.ngc
Normal file
3
tests/gcode/linuxcnc_m66_zero_timeout_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
M66 P0 L3 Q0
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_m67_missing_e_word_error.ngc
Normal file
3
tests/gcode/linuxcnc_m67_missing_e_word_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
M67 Q1.25
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_m68_missing_e_word_error.ngc
Normal file
3
tests/gcode/linuxcnc_m68_missing_e_word_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
M68 Q2.5
|
||||
M30
|
||||
Reference in New Issue
Block a user