G53 - Move in Machine Coordinates

Description

G53 applies native workspace to the current move. In CNC G-code G53 is a modifier. It precedes a movement command (or other modifiers) on the same line. Marlin also accepts G53 on a line by itself as the command to return to the native workspace.

Parameters

G53

Examples

Rapid linear move to the machine origin

G53 G0 X0 Y0 Z0

Rapid linear move to absolute coordinate X20

G53 G1 X20

Use native space

G53