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

21 lines
345 B
Plaintext

G21 G90 G17
G97 S1000
O10 if [#<_spindle_rpm_mode> EQ 1 AND #<_spindle_css_mode> EQ 0 AND #<_ccomp> EQ 400]
G1 X1 F100
O10 endif
G41.1 D0.25
O20 if [#<_ccomp> EQ 410]
G1 Y1
O20 endif
G40
G42.1 D0.25
O30 if [#<_ccomp> EQ 420]
G1 X2
O30 endif
G40
G96 S120 D2500
O40 if [#<_spindle_rpm_mode> EQ 0 AND #<_spindle_css_mode> EQ 1]
G1 A1
O40 endif
M30