Behavior of G-code and address letters
If a block contains only address letters without a G-command (G0, G1, G2, G3
), two different behaviors can occur:
If the address letters (e.g. X200
) match the motion command that was last executed, then it will be treated as if this motion command were in the block. Otherwise, the interpreter returns an error.