shitcreek

G53 - Move in Machine Coordinates

geometry Apply native workspace to the current move. CNC_COORDINATE_SYSTEMS

Description

G53 applies the native workspace (aka Workspace 0) to the current move. See G54-G59.3 for the commands used to select other workspace coordinate systems.

You can use G53 as a modifier by putting it at the front of any standard movement C-code. See the examples below.

Marlin also accepts G53 on a line by itself as the command to activate 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