[Marlin] G090 - Absolute Positioning

Description

In absolute mode all coordinates given in G-code are interpreted as positions in the logical coordinate space. This includes the extruder position unless overridden by M83.

Usage

G90

Examples

Enable absolute mode

G90 ; Set all axes to absolute

Last updated

Was this helpful?