wasm-port: broaden native LinuxCNC interpreter probes
This commit is contained in:
7
wasm-port/tests/fixtures/gcode/numbered_params.ngc
vendored
Normal file
7
wasm-port/tests/fixtures/gcode/numbered_params.ngc
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#1 = 12.5
|
||||
#2 = [#1 + 3]
|
||||
#3 = EXISTS[#1]
|
||||
#4 = EXISTS[#5602]
|
||||
(DEBUG, numbered p1=%f#1 p2=%f#2 exists1=%d#3 exists5602=%d#4)
|
||||
G90 G0 X2 Y3 Z4
|
||||
(DEBUG, numbered pos x=%f#5420 y=%f#5421 z=%f#5422)
|
||||
Reference in New Issue
Block a user