对齐 LinuxCNC 解释器行为覆盖
This commit is contained in:
9
tests/gcode/linuxcnc_abort_hot_comment.ngc
Normal file
9
tests/gcode/linuxcnc_abort_hot_comment.ngc
Normal file
@@ -0,0 +1,9 @@
|
||||
#42 = 0
|
||||
#<named> = 4711
|
||||
O100 while [#42 LT 100]
|
||||
O200 if [#42 EQ 20]
|
||||
(abort, MixedCase param42=#42 named=#<named>)
|
||||
O200 endif
|
||||
#42 = [#42 + 1]
|
||||
O100 endwhile
|
||||
M2
|
||||
Reference in New Issue
Block a user