对齐 LinuxCNC 解析器覆盖
This commit is contained in:
10
tests/gcode/linuxcnc_named_parameter_exists.ngc
Normal file
10
tests/gcode/linuxcnc_named_parameter_exists.ngc
Normal file
@@ -0,0 +1,10 @@
|
||||
G21 G90
|
||||
F100
|
||||
#<present> = 7
|
||||
O10 if [EXISTS[#<present>]]
|
||||
G1 X1
|
||||
O10 endif
|
||||
O20 if [EXISTS[#<missing>] EQ 0]
|
||||
G1 Y1
|
||||
O20 endif
|
||||
M30
|
||||
Reference in New Issue
Block a user