参考所有分组:补 modal group source 覆盖,测试通过
This commit is contained in:
2
tests/gcode/linuxcnc_g4_negative_p_error.ngc
Normal file
2
tests/gcode/linuxcnc_g4_negative_p_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G4 P-1
|
||||
2
tests/gcode/linuxcnc_same_modal_control_mode_error.ngc
Normal file
2
tests/gcode/linuxcnc_same_modal_control_mode_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G61 G64
|
||||
2
tests/gcode/linuxcnc_same_modal_g10_g92_error.ngc
Normal file
2
tests/gcode/linuxcnc_same_modal_g10_g92_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G10 L2 P1 X1 G92 Y0
|
||||
2
tests/gcode/linuxcnc_same_modal_g4_g53_error.ngc
Normal file
2
tests/gcode/linuxcnc_same_modal_g4_g53_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G4 P0 G53 G0 X0
|
||||
2
tests/gcode/linuxcnc_same_modal_g52_g92_error.ngc
Normal file
2
tests/gcode/linuxcnc_same_modal_g52_g92_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G52 X1 G92 Y0
|
||||
2
tests/gcode/linuxcnc_same_modal_g921_g922_error.ngc
Normal file
2
tests/gcode/linuxcnc_same_modal_g921_g922_error.ngc
Normal file
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G92.1 G92.2
|
||||
@@ -0,0 +1,2 @@
|
||||
G21 G90
|
||||
G28 G30
|
||||
3
tests/gcode/linuxcnc_same_modal_probe_motion_error.ngc
Normal file
3
tests/gcode/linuxcnc_same_modal_probe_motion_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90
|
||||
F100
|
||||
G38.2 Z1 G38.3
|
||||
@@ -0,0 +1,4 @@
|
||||
G21 G90
|
||||
F100
|
||||
S100 M3
|
||||
G33 Z0 K1 G33.1
|
||||
Reference in New Issue
Block a user