参考所有分组:补 G10 tool source 覆盖,测试通过
This commit is contained in:
2
tests/gcode/linuxcnc_g10_l1_missing_tool_error.ngc
Normal file
2
tests/gcode/linuxcnc_g10_l1_missing_tool_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G10 L1 P999 X0
|
||||
2
tests/gcode/linuxcnc_g10_l1_q_negative_error.ngc
Normal file
2
tests/gcode/linuxcnc_g10_l1_q_negative_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G10 L1 P1 Q-2
|
||||
2
tests/gcode/linuxcnc_g10_l1_q_noninteger_error.ngc
Normal file
2
tests/gcode/linuxcnc_g10_l1_q_noninteger_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G10 L1 P1 Q1.5
|
||||
2
tests/gcode/linuxcnc_g10_l1_q_out_of_range_error.ngc
Normal file
2
tests/gcode/linuxcnc_g10_l1_q_out_of_range_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G10 L1 P1 Q10
|
||||
Reference in New Issue
Block a user