Set Absolute Position

setAbsolutePosition()

Set coordinates to absolute positioning, relative to the origin of the machine (using a G90 command). Positioning is handled automatically in Path commands.

Note that G90 behaviour differs depending on firmware. For example, Marlin will set the extruder to absolute position as well, whereas Duet does not. To set absolute/relative position of dimensional and extruder positions independently, see setAbsolutePositionXYZ(), setRelativePositionXYZ(), setEAbsolute(), & setERelative().

Syntax #

fab.setAbsolutePosition()

Parameters #

None