Expand LinuxCNC smoke coverage
This commit is contained in:
12
tests/gcode/smoke_oword_subprogram.ngc
Normal file
12
tests/gcode/smoke_oword_subprogram.ngc
Normal file
@@ -0,0 +1,12 @@
|
||||
G21 G90
|
||||
G0 X0 Y0 Z0
|
||||
F100
|
||||
O100 call [2 + 3] [8 / 4]
|
||||
G1 X20
|
||||
M30
|
||||
O100 sub
|
||||
G1 X[#1 + #2]
|
||||
G1 Y#2
|
||||
O100 return
|
||||
G1 X99
|
||||
O100 endsub
|
||||
Reference in New Issue
Block a user