shitcreek

G53 - Move in Machine Coordinates

geometry Apply native workspace to the current move. CNC_COORDINATE_SYSTEMS

Description

G53 applies native workspace to the current move. See G54-G59.3 for workspace coordinate system. 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.

Usage

G53

Examples

Rapid linear move to the machine origin in native space

G53 G0 X0 Y0 Z0

Rapid linear move to absolute coordinate X20 in native space

G53 G1 X20

Use native space

G53