Files
wasm-simulator/tests/gcode/linuxcnc_exists_word_value.ngc
2026-05-24 21:47:29 +08:00

7 lines
142 B
Plaintext

#<a> = 999
G0 X EXISTS[#1] Y EXISTS[#99999] Z EXISTS[#<a>] A EXISTS[#<b>]
#1 = 2
#2 = 99999
G0 X EXISTS[##1] Y EXISTS[##2] Z EXISTS[###1]
M30