对齐 LinuxCNC 解释器行为覆盖
This commit is contained in:
12
tests/gcode/linuxcnc_lowercase_numeric_oword.ngc
Normal file
12
tests/gcode/linuxcnc_lowercase_numeric_oword.ngc
Normal file
@@ -0,0 +1,12 @@
|
||||
o100 sub
|
||||
o10 if [#1 GT 0]
|
||||
o10 return [#1 * 2]
|
||||
o10 endif
|
||||
o100 endsub [7]
|
||||
g21 g90
|
||||
f100
|
||||
o100 call [3]
|
||||
g1 x#<_value>
|
||||
o100 call [0]
|
||||
g1 y#<_value>
|
||||
m30
|
||||
Reference in New Issue
Block a user