继续按 align-linuxcnc 约束:补控制字位置错误源码覆盖,测试通过
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
G21 G90 F100
|
||||
(comment) N 10
|
||||
M30
|
||||
6
tests/gcode/linuxcnc_midline_m98_error.ngc
Normal file
6
tests/gcode/linuxcnc_midline_m98_error.ngc
Normal file
@@ -0,0 +1,6 @@
|
||||
G21
|
||||
F100
|
||||
G1 X5 M98 P100
|
||||
M30
|
||||
O100
|
||||
M99
|
||||
3
tests/gcode/linuxcnc_midline_named_oword_error.ngc
Normal file
3
tests/gcode/linuxcnc_midline_named_oword_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 F100
|
||||
G1 X5 O<foo>
|
||||
M30
|
||||
3
tests/gcode/linuxcnc_midline_numeric_oword_error.ngc
Normal file
3
tests/gcode/linuxcnc_midline_numeric_oword_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 F100
|
||||
G1 X5 O100
|
||||
M30
|
||||
Reference in New Issue
Block a user