Align LinuxCNC parser coverage
This commit is contained in:
13
tests/gcode/linuxcnc_named_oword_subprogram.ngc
Normal file
13
tests/gcode/linuxcnc_named_oword_subprogram.ngc
Normal file
@@ -0,0 +1,13 @@
|
||||
G21 G90
|
||||
G0 X0 Y0 Z0
|
||||
F100
|
||||
O<move_plus> call [4] [6]
|
||||
G1 X20
|
||||
M30
|
||||
O<move_plus> sub
|
||||
#<sum> = [#1 + #2]
|
||||
G1 X#<sum>
|
||||
G1 Y#2
|
||||
O<move_plus> return
|
||||
G1 X99
|
||||
O<move_plus> endsub
|
||||
Reference in New Issue
Block a user