Effectiveness of G-code
One set in the G-code contains all the executable G and M-commands that are in a combined line. A line break signifies the end of a set.
A characteristic of most G-commands is that their instruction remains for the next sets. They "take effect modally". For certain control commands, there are G-commands with an opposite instruction to reverse the original instruction. For instance, there is a modal command for activating path control operation (enable blending) and another modal command to deactivate path control operation (disable blending).
However, a characteristic of some G-commands is that their instruction becomes effective only for the current set. For the following sets, the modal setting automatically takes effect again. They "take effect in sets".