继续按 align-linuxcnc 约束:补工具长度错误源码覆盖,测试通过
This commit is contained in:
3
tests/gcode/linuxcnc_g43_2_h_axis_error.ngc
Normal file
3
tests/gcode/linuxcnc_g43_2_h_axis_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G43.2 H1 X1
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_g43_2_missing_h_axis_error.ngc
Normal file
3
tests/gcode/linuxcnc_g43_2_missing_h_axis_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G43.2
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_g43_2_missing_tool_error.ngc
Normal file
3
tests/gcode/linuxcnc_g43_2_missing_tool_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G43.2 H99
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_g43_missing_tool_error.ngc
Normal file
3
tests/gcode/linuxcnc_g43_missing_tool_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G43 H99
|
||||
M30
|
||||
Reference in New Issue
Block a user