继续按 align-linuxcnc 约束:补增强块轴值错误源码覆盖,测试通过
This commit is contained in:
3
tests/gcode/linuxcnc_axis_without_motion_error.ngc
Normal file
3
tests/gcode/linuxcnc_axis_without_motion_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
X1
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_g52_missing_axis_error.ngc
Normal file
3
tests/gcode/linuxcnc_g52_missing_axis_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G52
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_g80_axis_error.ngc
Normal file
3
tests/gcode/linuxcnc_g80_axis_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G80 X1
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_g92_missing_axis_error.ngc
Normal file
3
tests/gcode/linuxcnc_g92_missing_axis_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G92
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_motion_missing_axis_error.ngc
Normal file
3
tests/gcode/linuxcnc_motion_missing_axis_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G81 F100
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_motion_with_g92_axis_error.ngc
Normal file
3
tests/gcode/linuxcnc_motion_with_g92_axis_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G1 G92 X1 F100
|
||||
M30
|
||||
Reference in New Issue
Block a user