对齐 LinuxCNC 解释器行为覆盖
This commit is contained in:
11
tests/gcode/linuxcnc_m66_result_parameter.ngc
Normal file
11
tests/gcode/linuxcnc_m66_result_parameter.ngc
Normal file
@@ -0,0 +1,11 @@
|
||||
#5399 = 1
|
||||
M66 P0 L0
|
||||
O10 if [#5399 EQ 1]
|
||||
G1 X1 F100
|
||||
O10 endif
|
||||
#5399 = 42.13
|
||||
M66 E0 L0
|
||||
O20 if [#5399 EQ 42.13]
|
||||
G1 Y1
|
||||
O20 endif
|
||||
M30
|
||||
Reference in New Issue
Block a user