G91 sets the mode of the control to Incremental.
All locations (ie dimensions) given will move the tool relative to where it is when the move is called.
G91 is almost never used in a program; it is included here for backward compatibility and completeness.
Generally, g10 (work shift) is used for incremental moves, as when looping, for example.