对齐 LinuxCNC 解析器覆盖
This commit is contained in:
22
tests/gcode/linuxcnc_indexed_parameters.ngc
Normal file
22
tests/gcode/linuxcnc_indexed_parameters.ngc
Normal file
@@ -0,0 +1,22 @@
|
||||
G21 G90
|
||||
F100
|
||||
#2 = 3
|
||||
#3 = 11
|
||||
#4 = [#[1 + 2] + ##2]
|
||||
#[1 + 2] = 17
|
||||
G1 X#[1 + 2]
|
||||
G1 Y#4
|
||||
O10 if [##2 EQ 17]
|
||||
G1 Z1
|
||||
O10 endif
|
||||
#5 = 21
|
||||
#5 = 9 G1 A#5
|
||||
G1 B#5
|
||||
#6 = 2
|
||||
#5 = 4 #6 = #5 G1 C#5 U#6
|
||||
G1 V#5 W#6
|
||||
G1 X#5 #5 = 12 #6 = #5
|
||||
G1 Y#5 Z#6
|
||||
#5 = 13 #5 = 14 G1 A#5
|
||||
G1 B#5
|
||||
M30
|
||||
Reference in New Issue
Block a user