G-code
Macro programming
Flow control
0min
you can use the following flow control commands in a job if\[x] else endif constructs to define x dependant execution while\[x] endwhile constructs to define x dependent repeated execution sub \<name> endsub constructs to define a subroutine gosub \<name> construct to call a subroutine