对齐 LinuxCNC 解释器行为覆盖
This commit is contained in:
23
tests/gcode/linuxcnc_m98_mixed_styles_variables.ngc
Normal file
23
tests/gcode/linuxcnc_m98_mixed_styles_variables.ngc
Normal file
@@ -0,0 +1,23 @@
|
||||
#1 = 42.01
|
||||
#30 = 42.30
|
||||
#31 = 42.31
|
||||
M98 P1
|
||||
G1 X#1 Y#30 Z#31 F100
|
||||
#1 = 42.01
|
||||
#30 = 42.30
|
||||
#31 = 42.31
|
||||
O2 call
|
||||
G1 A#1 B#30 C#31
|
||||
M30
|
||||
|
||||
O1
|
||||
#1 = 13.01
|
||||
#30 = 13.30
|
||||
#31 = 13.31
|
||||
M99
|
||||
|
||||
O2 sub
|
||||
#1 = 13.01
|
||||
#30 = 13.30
|
||||
#31 = 13.31
|
||||
O2 endsub
|
||||
Reference in New Issue
Block a user